ls

package
v0.0.0-...-ae9e989 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2016 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	O_STRIP_DIR = 1
	O_LONG      = 2
	O_INDICATOR = 4
	O_COLOR     = 8
	O_ALL       = 16
	O_TIME      = 32
	O_REVERSE   = 64
	O_RECURSIVE = 128
	O_ONE       = 256
	O_HELP      = 512
	O_SIZESORT  = 1024
	O_HUMAN     = 2048
)
View Source
const (
	ANSI_EXEC     = "\x1B[1;35m"
	ANSI_DIR      = "\x1B[1;32m"
	ANSI_NORM     = "\x1B[1;37m"
	ANSI_READONLY = "\x1B[1;33m"
	ANSI_HIDDEN   = "\x1B[1;34m"
	ANSI_END      = "\x1B[0m"
)

Variables

This section is empty.

Functions

func Main

func Main(args []string, out io.Writer) error

ls 機能のエントリ:引数をオプションとパスに分離する

Types

type OptionError

type OptionError struct {
	Option rune
}

存在しないオプションに関するエラー

func (OptionError) Error

func (this OptionError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL