Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "account", Short: "账号", Long: `产生账号相关的辅助工具`, RunE: func(cmd *cobra.Command, args []string) error { return run(cmd.Context()) }, } )
Cmd represents the config command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.