Documentation
¶
Index ¶
Constants ¶
View Source
const ( Add = VerbValue("add") Listen = VerbValue("listen") Apply = VerbValue("apply") Adopt = VerbValue("adopt") Kai = VerbValue("kai") Lint = VerbValue("lint") API = VerbValue("api") Get = VerbValue("get") Create = VerbValue("create") Dump = VerbValue("dump") Update = VerbValue("update") Delete = VerbValue("delete") Help = VerbValue("help") List = VerbValue("list") Login = VerbValue("login") Install = VerbValue("install") Logout = VerbValue("logout") Plan = VerbValue("plan") View = VerbValue("view") Sync = VerbValue("sync") Diff = VerbValue("diff") Export = VerbValue("export") Patch = VerbValue("patch") )
Variables ¶
View Source
var Verb = VerbKey{}
Verb is a global instance of the VerbKey type
Functions ¶
func NoPositionalArgs ¶ added in v0.5.0
NoPositionalArgs returns an Args validator that rejects positional arguments with a helpful message directing users to use the -f/--filename flag instead. Use this for commands (e.g. plan, diff, sync) that accept input only via flags.
Types ¶
Click to show internal directories.
Click to hide internal directories.