commands

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: AGPL-3.0 Imports: 20 Imported by: 0

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.SetUsageTemplate(usageTemplate)
			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.

func AddTemplateFunc

func AddTemplateFunc()

AddTemplateFunc adds usage template to the root command BytomcliCmd.

func Execute

func Execute()

Execute adds all child commands to the root command BytomcliCmd and sets flags appropriately.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL