mirror of
https://github.com/rwxrob/bonzai
synced 2024-11-18 15:25:45 +00:00
8 lines
239 B
Go
8 lines
239 B
Go
// Copyright 2022 Robert S. Muhlestein.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
/*
|
|
Package cmd contains a predefined set of popular commands that some may choose to compose into their Bonzai command trees, notably cmd.Help.
|
|
*/
|
|
package cmd
|