Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgParser ¶
type ArgParser struct{}
func (*ArgParser) Parse ¶
func (p *ArgParser) Parse(args []string) ParseContext
type BulkConfig ¶
type BulkConfig struct {
Size int
}
type Command ¶
type Command string
const ( Today Command = "today" Projects Command = "projects" Sync Command = "sync" List Command = "list" Add Command = "add" Done Command = "done" Edit Command = "edit" Show Command = "show" Start Command = "start" Stop Command = "stop" Get Command = "get" Delete Command = "delete" Help Command = "help" Version Command = "version" )
type ContextConfig ¶
type ContextConfig struct {
Context string
}
type ParseContext ¶
type ScopedFilter ¶
type TextFilter ¶
type TextFilter struct {
Text string
}
Click to show internal directories.
Click to hide internal directories.