Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DutStateCmd = &subcommands.Command{ UsageLine: "dut-state [FLAGS...]", ShortDesc: "read state for a DUT", LongDesc: `read DUT state from UFS.`, CommandRun: func() subcommands.CommandRun { c := &dutStateCmdRun{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) c.envFlags.Register(&c.Flags) c.commonFlags.Register(&c.Flags) return c }, }
DutStateCmd subcommand: get State of the DUT from UFS.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.