awl/internal/cmd/docs.go
Sam Therapy ed0cdf6a6f
Some checks failed
continuous-integration/drone/push Build is failing
refactor: move config and cmd to internal
They don't need to be exposed to the outside world
2023-04-18 16:36:37 +02:00

8 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