Documentation
¶
Overview ¶
Package example provides the Bonzai command branch of the same name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &Z.Cmd{ Name: `bonzai`, Summary: `an example of Bonzai composite command tree`, Version: `v0.4.1`, Copyright: `Copyright 2021 Yongle Xu`, License: `Apache-2.0`, Site: `yonglexu.dev`, Source: `git@github.com:rwx-yxu/bonzai.git`, Issues: `github.com/rwx-yxu/bonzai/issues`, Commands: []*Z.Cmd{ help.Cmd, conf.Cmd, vars.Cmd, own.Cmd, }, Description: ` The {{cmd .Name}} command sets all cached variables to their initial values. Any variable name from {{cmd "conf"}} will be used to initialize if defined. Otherwise, the following hard-coded package globals will be used instead: `, }
Cmd provides a Bonzai branch command that can be composed into Bonzai trees or used as a standalone with light wrapper (see cmd/).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.