meta

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Update = &subcommands.Command{
	UsageLine: "upgrade",
	ShortDesc: "upgrade shivas",
	LongDesc: `Upgrade shivas.

This is a thin wrapper around CIPD.`,
	CommandRun: func() subcommands.CommandRun {
		c := &updateRun{}
		c.authFlags.Register(&c.Flags, site.DefaultAuthOptions)

		c.Flags.BoolVar(&c.dev, "dev", false, "Upgrade to dev version")
		return c
	},
}

Update subcommand: Update shivas tool.

View Source
var Version = &subcommands.Command{
	UsageLine: "version",
	ShortDesc: "print shivas version",
	LongDesc:  "Print shivas version.",
	CommandRun: func() subcommands.CommandRun {
		c := &versionRun{}
		c.authFlags.Register(&c.Flags, site.DefaultAuthOptions)
		return c
	},
}

Version subcommand: Version shivas.

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