14 lines
257 B
Markdown
14 lines
257 B
Markdown
# shell clap
|
|
|
|
Command Line Argument Parser, mimicking rust's `clap` output style in shell.
|
|
|
|
Works with bash and zsh.
|
|
|
|
# Dependencies
|
|
|
|
- `std`
|
|
|
|
# License
|
|
|
|
All contents are licensed *exclusively* under the GNU Lesser General Public License (`LGPL-3.0-only`).
|