cmd

package
v0.0.0-...-f920035 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Create = &cobra.Command{
	Use:   "create",
	Short: "Provides the tools to create network objects",
	Long:  `A set of commands to support the creation of network objects.`,
	Run: func(cmd *cobra.Command, args []string) {

		cmd.HelpFunc()(cmd, args)
	},
}
View Source
var Network = &cobra.Command{
	Use:   "network",
	Short: "Provides the tools to control a local network node",
	Long:  `A set of commands to support the management of a network nodes.`,
	Run: func(cmd *cobra.Command, args []string) {

		cmd.HelpFunc()(cmd, args)
	},
}

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