commands

package
v4.8.11+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2020 License: AGPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VaporcliCmd = &cobra.Command{
	Use:   "vaporcli",
	Short: "Vaporcli is a commond line client for vapor (a.k.a. vapord)",
	Run: func(cmd *cobra.Command, args []string) {
		if len(args) < 1 {
			cmd.SetUsageTemplate(usageTemplate)
			cmd.Usage()
		}
	},
}

VaporCmd is Vaporcli's root command. Every other command attached to VaporcliCmd is a child command to it.

Functions

func AddCommands

func AddCommands()

AddCommands adds child commands to the root command VaporcliCmd.

func AddTemplateFunc

func AddTemplateFunc()

AddTemplateFunc adds usage template to the root command VaporcliCmd.

func Execute

func Execute()

Execute adds all child commands to the root command VaporcliCmd 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