Documentation ¶
Index ¶
Constants ¶
View Source
const (
ExecTemplateToken = `{}`
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecCommand ¶
func (*ExecCommand) Help ¶
func (s *ExecCommand) Help() string
func (*ExecCommand) Run ¶
func (s *ExecCommand) Run(args []string) int
func (*ExecCommand) Synopsis ¶
func (s *ExecCommand) Synopsis() string
type KeyCommand ¶
func (*KeyCommand) Help ¶
func (s *KeyCommand) Help() string
func (*KeyCommand) Run ¶
func (s *KeyCommand) Run(args []string) int
func (*KeyCommand) Synopsis ¶
func (s *KeyCommand) Synopsis() string
type SetCommand ¶
func (*SetCommand) Help ¶
func (s *SetCommand) Help() string
func (*SetCommand) Run ¶
func (s *SetCommand) Run(args []string) int
func (*SetCommand) Synopsis ¶
func (s *SetCommand) Synopsis() string
type UnsetCommand ¶
type UnsetCommand struct{}
func (*UnsetCommand) Help ¶
func (s *UnsetCommand) Help() string
func (*UnsetCommand) Run ¶
func (s *UnsetCommand) Run(args []string) int
func (*UnsetCommand) Synopsis ¶
func (s *UnsetCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.