initial commit

This commit is contained in:
2026-06-02 12:06:35 +02:00
commit a498706ff0
15 changed files with 752 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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`).