Documentation ¶
Overview ¶
Package run is a front-end to govendor.
Index ¶
- type HelpMessage
- func Get(w io.Writer, subCmdArgs []string) (HelpMessage, error)
- func GoCmd(subcmd string, args []string) (HelpMessage, error)
- func Init(w io.Writer, subCmdArgs []string) (HelpMessage, error)
- func License(w io.Writer, subCmdArgs []string) (HelpMessage, error)
- func List(w io.Writer, subCmdArgs []string) (HelpMessage, error)
- func Migrate(w io.Writer, subCmdArgs []string) (HelpMessage, error)
- func Modify(w io.Writer, subCmdArgs []string, mod context.Modify, ask prompt.Prompt) (HelpMessage, error)
- func Run(w io.Writer, appArgs []string, ask prompt.Prompt) (HelpMessage, error)
- func Status(w io.Writer, subCmdArgs []string) (HelpMessage, error)
- func Sync(w io.Writer, subCmdArgs []string) (HelpMessage, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelpMessage ¶
type HelpMessage byte
const ( MsgNone HelpMessage = iota MsgFull MsgInit MsgList MsgAdd MsgUpdate MsgRemove MsgFetch MsgStatus MsgSync MsgMigrate MsgGet MsgLicense MsgGovendorLicense )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.