grumbulon
3a0a8f015a
All checks were successful
continuous-integration/drone/push Build is passing
refactor Co-authored-by: Sam Therapy <sam@samtherapy.net> Reviewed-on: #110 Reviewed-by: Sam <sam@samtherapy.net>
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
|