README ¶ POSH golong provider Usage Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Command func NewCommand(l log.Logger, cache cache.Cache) *Command func (c *Command) Complete(ctx context.Context, r *readline.Readline) []goprompt.Suggest func (c *Command) Description() string func (c *Command) Execute(ctx context.Context, r *readline.Readline) error func (c *Command) Help() string func (c *Command) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { // contains filtered or unexported fields } func NewCommand ¶ func NewCommand(l log.Logger, cache cache.Cache) *Command func (*Command) Complete ¶ func (c *Command) Complete(ctx context.Context, r *readline.Readline) []goprompt.Suggest func (*Command) Description ¶ func (c *Command) Description() string func (*Command) Execute ¶ func (c *Command) Execute(ctx context.Context, r *readline.Readline) error func (*Command) Help ¶ func (c *Command) Help() string func (*Command) Name ¶ func (c *Command) Name() string Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.