Sam Therapy
ed0cdf6a6f
Some checks failed
continuous-integration/drone/push Build is failing
They don't need to be exposed to the outside world
7 lines
165 B
Go
7 lines
165 B
Go
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
Package cli is the CLI part of the package, including both POSIX
|
|
flag parsing and dig-like flag parsing.
|
|
*/
|
|
package cli
|