Documentation ¶
Index ¶
- type AutocompleteCommand
- type Command
- type EncryptDecryptCommand
- func (c *EncryptDecryptCommand) AutocompleteArgs() complete.Predictor
- func (c *EncryptDecryptCommand) AutocompleteFlags() complete.Flags
- func (c *EncryptDecryptCommand) Flags() *base.FlagSets
- func (c *EncryptDecryptCommand) Help() string
- func (c *EncryptDecryptCommand) Run(args []string) (ret int)
- func (c *EncryptDecryptCommand) Synopsis() string
- type TokenCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutocompleteCommand ¶
func (*AutocompleteCommand) Help ¶
func (c *AutocompleteCommand) Help() string
func (*AutocompleteCommand) Run ¶
func (c *AutocompleteCommand) Run(args []string) int
func (*AutocompleteCommand) Synopsis ¶
func (c *AutocompleteCommand) Synopsis() string
type EncryptDecryptCommand ¶
type EncryptDecryptCommand struct { *base.Command Func string // contains filtered or unexported fields }
func (*EncryptDecryptCommand) AutocompleteArgs ¶
func (c *EncryptDecryptCommand) AutocompleteArgs() complete.Predictor
func (*EncryptDecryptCommand) AutocompleteFlags ¶
func (c *EncryptDecryptCommand) AutocompleteFlags() complete.Flags
func (*EncryptDecryptCommand) Flags ¶
func (c *EncryptDecryptCommand) Flags() *base.FlagSets
func (*EncryptDecryptCommand) Help ¶
func (c *EncryptDecryptCommand) Help() string
func (*EncryptDecryptCommand) Run ¶
func (c *EncryptDecryptCommand) Run(args []string) (ret int)
func (*EncryptDecryptCommand) Synopsis ¶
func (c *EncryptDecryptCommand) Synopsis() string
type TokenCommand ¶
func (*TokenCommand) AutocompleteArgs ¶
func (c *TokenCommand) AutocompleteArgs() complete.Predictor
func (*TokenCommand) AutocompleteFlags ¶
func (c *TokenCommand) AutocompleteFlags() complete.Flags
func (*TokenCommand) Flags ¶
func (c *TokenCommand) Flags() *base.FlagSets
func (*TokenCommand) Help ¶
func (c *TokenCommand) Help() string
func (*TokenCommand) Run ¶
func (c *TokenCommand) Run(args []string) (ret int)
func (*TokenCommand) Synopsis ¶
func (c *TokenCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.