Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BytomcliCmd = &cobra.Command{ Use: "bytomcli", Short: "Bytomcli is a commond line client for bytom core (a.k.a. bytomd)", Run: func(cmd *cobra.Command, args []string) { if len(args) < 1 { cmd.Usage() } }, }
BytomcliCmd is Bytomcli's root command. Every other command attached to BytomcliCmd is a child command to it.
Functions ¶
func AddCommands ¶
func AddCommands()
AddCommands adds child commands to the root command BytomcliCmd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.