cli
cli copied to clipboard
CLI - A package for building command line app with go
The GNU getopt supports optional arguments: > A long option normally begins with '--' followed by the long option name. If the option has a required argument, it may be...
A command-line tool should be written by cli, used to lint code written by cli. It would be called `clint`.
Need bash completion for command, even for flags. For example, `app` has a command `hello`, `app hello` And `hello` has flags `--aha` and `--oho`. Now, I want complete to `app...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...