Documentation ¶
Index ¶
- Constants
- Variables
- type Command
- func (Command) Apropos() lang.Alt
- func (Command) DumpCMOSMemory(args ...interface{}) (err error)
- func (c Command) Main(args ...string) (err error)
- func (Command) Man() lang.Alt
- func (Command) SetParameter(args ...interface{}) (err error)
- func (c *Command) ShowAllParamtersAndValues(args ...interface{}) (err error)
- func (Command) ShowChecksum(args ...interface{}) (err error)
- func (Command) ShowHelp(args ...interface{}) (err error)
- func (Command) ShowLayoutInfo(args ...interface{}) (err error)
- func (Command) ShowParameter(args ...interface{}) (err error)
- func (Command) ShowParamterValues(args ...interface{}) (err error)
- func (Command) String() string
- func (Command) Usage() string
- func (Command) WriteCMOSMemory(args ...interface{}) (err error)
- func (Command) WriteChecksum(args ...interface{}) (err error)
Constants ¶
View Source
const ( Name = "nvramtool" Apropos = "nvramtool" Usage = "nvramtool [-y LAYOUT_FILE | -t] PARAMETER ..." Man = `` /* 828-byte string literal not displayed */ )
Variables ¶
View Source
var ErrMultipleOperations = errors.New("Multiple operations specified.")
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct{}
func (Command) DumpCMOSMemory ¶
func (Command) SetParameter ¶
func (*Command) ShowAllParamtersAndValues ¶
func (Command) ShowChecksum ¶
func (Command) ShowLayoutInfo ¶
func (Command) ShowParameter ¶
func (Command) ShowParamterValues ¶
func (Command) WriteCMOSMemory ¶
func (Command) WriteChecksum ¶
Click to show internal directories.
Click to hide internal directories.