GNU Style Flags—Almost Jun 14, 2024To have GNU-style short and long flags, you don't have to reach out to third-party packages. Go's flag package can handle double-dash, long-name flags.
How To Set Up Subcommands Without a CLI Command Package in 2 Steps Sep 01, 2024Which CLI command package to choose? Postpone this decision and use a build tool instead