Documentation ¶ Index ¶ type CD func (inst *CD) Handle(t *cli.TaskContext) error func (inst *CD) Init(service cli.Service) error type Help func (inst *Help) Handle(t *cli.TaskContext) error func (inst *Help) Init(service cli.Service) error type LS func (inst *LS) Handle(t *cli.TaskContext) error func (inst *LS) Init(service cli.Service) error type PWD func (inst *PWD) Handle(t *cli.TaskContext) error func (inst *PWD) Init(service cli.Service) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CD ¶ type CD struct { } func (*CD) Handle ¶ func (inst *CD) Handle(t *cli.TaskContext) error func (*CD) Init ¶ func (inst *CD) Init(service cli.Service) error type Help ¶ type Help struct { } func (*Help) Handle ¶ func (inst *Help) Handle(t *cli.TaskContext) error func (*Help) Init ¶ func (inst *Help) Init(service cli.Service) error type LS ¶ type LS struct { } func (*LS) Handle ¶ func (inst *LS) Handle(t *cli.TaskContext) error func (*LS) Init ¶ func (inst *LS) Init(service cli.Service) error type PWD ¶ type PWD struct { } func (*PWD) Handle ¶ func (inst *PWD) Handle(t *cli.TaskContext) error func (*PWD) Init ¶ func (inst *PWD) Init(service cli.Service) error Source Files ¶ View all Source files cd_cmd.gohelp_cmd.gols_cmd.gopwd_cmd.go Click to show internal directories. Click to hide internal directories.