awl/cli/docs.go
Sam Therapy 068706ae9a
All checks were successful
continuous-integration/drone/push Build is passing
(feat)Completions and documentation (#78)
Reviewed-on: #78
2022-09-04 23:28:47 +00: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