version

package
v2.0.0-pre3 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2020 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &command.Command{
	Cobra: &cobra.Command{
		Use:          "version",
		Short:        "print triton cli version",
		SilenceUsage: true,

		RunE: func(cmd *cobra.Command, args []string) error {
			cons := conswriter.GetTerminal()
			cons.Write([]byte(fmt.Sprintf("Version: %s\n", triton.UserAgent())))
			return nil
		},
	},
	Setup: func(parent *command.Command) error {
		return nil
	},
}

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