Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetStableVersionCmd = &subcommands.Command{ UsageLine: "stable-version ...", ShortDesc: "Get stable version details for DUT/labstation/model", LongDesc: cmdhelp.GetStableVersionText, CommandRun: func() subcommands.CommandRun { c := &getStableVersion{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) c.envFlags.Register(&c.Flags) c.commonFlags.Register(&c.Flags) c.Flags.StringVar(&c.board, "board", "", "Name of the board using for getting stable version. If board is not provided then model will be used as board.") c.Flags.StringVar(&c.model, "model", "", "Name of the model using for getting stable version") return c }, }
GetStableVersionCmd get stable version for given host and board/model.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.