Documentation ¶ Overview ¶ Package cmd The command line tool for running Imsto bootstrap. Index ¶ func Main() type Command func (cmd *Command) Name() string func (cmd *Command) Usage() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Main ¶ func Main() Types ¶ type Command ¶ type Command struct { Run func(args []string) bool UsageLine, Short, Long string // Flag is a set of flags specific to this command. Flag flag.FlagSet } Command Cribbed from the genius organization of the "go" command. func (*Command) Name ¶ func (cmd *Command) Name() string func (*Command) Usage ¶ func (cmd *Command) Usage() Source Files ¶ View all Source files auth.go bundle.go command.go fetch.go rpc.go stage.go test.go tiring.go view.go Click to show internal directories. Click to hide internal directories.