Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyGenerateCommand ¶
type KeyGenerateCommand struct { }
func (*KeyGenerateCommand) Description ¶
func (receiver *KeyGenerateCommand) Description() string
Description The console command description.
func (*KeyGenerateCommand) Extend ¶ added in v0.4.1
func (receiver *KeyGenerateCommand) Extend() console2.CommandExtend
Extend The console command extend.
func (*KeyGenerateCommand) Handle ¶
func (receiver *KeyGenerateCommand) Handle(c *cli.Context) error
Handle Execute the console command.
func (*KeyGenerateCommand) Signature ¶
func (receiver *KeyGenerateCommand) Signature() string
Signature The name and signature of the console command.
type ListCommand ¶ added in v0.4.1
type ListCommand struct { }
func (*ListCommand) Description ¶ added in v0.4.1
func (receiver *ListCommand) Description() string
Description The console command description.
func (*ListCommand) Extend ¶ added in v0.4.1
func (receiver *ListCommand) Extend() console.CommandExtend
Extend The console command extend.
func (*ListCommand) Handle ¶ added in v0.4.1
func (receiver *ListCommand) Handle(c *cli.Context) error
Handle Execute the console command.
func (*ListCommand) Signature ¶ added in v0.4.1
func (receiver *ListCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.