Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCommand ¶
type AddCommand struct {
}
func (AddCommand) Name ¶
func (c AddCommand) Name() string
func (AddCommand) Usage ¶
func (c AddCommand) Usage() string
type AddSubtaskCommand ¶
type AddSubtaskCommand struct {
}
func (AddSubtaskCommand) Name ¶
func (c AddSubtaskCommand) Name() string
func (AddSubtaskCommand) Usage ¶
func (c AddSubtaskCommand) Usage() string
type DeleteCommand ¶
type DeleteCommand struct {
}
func (DeleteCommand) Name ¶
func (c DeleteCommand) Name() string
func (DeleteCommand) Usage ¶
func (c DeleteCommand) Usage() string
type HelpCommand ¶
func (HelpCommand) Name ¶
func (c HelpCommand) Name() string
func (HelpCommand) Usage ¶
func (c HelpCommand) Usage() string
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) CallCommand ¶
func (*Model) RegisterCommand ¶
Click to show internal directories.
Click to hide internal directories.