Documentation
¶
Overview ¶
Package vars contains a bonzai.Cmd branch that can be grafted (imported) into any other command but is usually reserved for the root level or even as a standalone `var` application since no matter where it is grafted, it always deals with the same bonzai.Vars driver and only one bonzai.VarsDriver may exist in any executable (given its bonzai package scope). Subcommands do, however, recognize their place in the command tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &bonzai.Cmd{ Name: `var`, Vers: `v0.8.0`, Short: `persistent variables in {{ exestatedir "vars.properties"}}`, Cmds: []*bonzai.Cmd{getCmd}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.