Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Update = &subcommands.Command{ UsageLine: "update", ShortDesc: "update skylab tool", LongDesc: `Update skylab tool. If you installed the skylab tool as a part of lab tools, you should use update_lab_tools instead of this. This is just a thin wrapper around CIPD.`, CommandRun: func() subcommands.CommandRun { c := &updateRun{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) return c }, }
Update subcommand: Update skylab tool.
View Source
var Version = &subcommands.Command{ UsageLine: "version", ShortDesc: "print skylab tool version", LongDesc: "Print skylab tool version.", CommandRun: func() subcommands.CommandRun { c := &versionRun{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) return c }, }
Version subcommand: Version skylab tool.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.