commands

package
v0.0.0-...-5736b43 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version  string
	Revision string
)
View Source
var Nifpo = &cobra.Command{
	Short: "The NIFCLOUD Command Prompt is a unified tool to manage your NIFCLOUD services.",
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()

		defer fmt.Println("Bye!")

		p := prompt.New(
			executor,
			completer,
			prompt.OptionTitle("nifpo: interactive nifcloud client"),
			prompt.OptionPrefix(">> "),
		)

		p.Run()
	},
}

Nifpo is a top level command instance

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