state

package
v0.0.0-...-6070400 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2025 License: BSD-3-Clause Imports: 13 Imported by: 0

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)
		c.Flags.BoolVar(&c.dolos, "dolos", false, "Lookup state for dolos peripheral instead of DUT")
		return c
	},
}

DutStateCmd subcommand: get State of the DUT from UFS.

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