Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &subcommands.Command{ UsageLine: `dump -model [MODEL]`, ShortDesc: "show remote stable_versions.cfg file", LongDesc: `Show remote stable_versions.cfg file.`, CommandRun: func() subcommands.CommandRun { c := &command{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) c.Flags.StringVar(&c.model, "model", "", "restrict output to stable version records associated with `model`") return c }, }
Cmd is the top-level runnable for the dump subcommand of stable_version2
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.