cmdconstructor

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:     "constructor",
	Short:   "Manages constructors",
	PreRunE: cobra.MaximumNArgs(0),
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

Command represents the constructor command

View Source
var CommandPlural = &cobra.Command{
	Use:     "constructors",
	Short:   constructorListMessage,
	PreRunE: cobra.MaximumNArgs(0),
	RunE:    listConstructors,
}

CommandPlural is the list action of constructor.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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