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
+3
View File
@@ -0,0 +1,3 @@
This help is empty
Usage: ./test.sh
+14
View File
@@ -0,0 +1,14 @@
This is the description
Usage: ./test.sh hard-subcommand <OPTION> [ARGUMENTS...]
Commands:
subcommand1 Description 1.
subcommand2-longer Description 2.
empty-subcommand
Options:
-s
-h, --help Shows help.
--just-long
--description But with description.
+14
View File
@@ -0,0 +1,14 @@
This is the colored description
Usage: ./test.sh hard-subcommand <OPTION> [ARGUMENTS...]
Commands:
subcommand1 Description 1.
subcommand2-longer Description 2.
empty-subcommand
Options:
-s
-h, --help Shows help.
--just-long
--description But with description.
+12
View File
@@ -0,0 +1,12 @@
This is the colored description
Usage: ./test.sh hard-subcommand <OPTION> [ARGUMENTS...]
Commands:
subcommand1 Description 1.
subcommand2-longer Description 2.
empty-subcommand
Options:
-s
-h Shows help.
+13
View File
@@ -0,0 +1,13 @@
This is the colored description
Usage: ./test.sh hard-subcommand <OPTION> [ARGUMENTS...]
Commands:
subcommand1 Description 1.
subcommand2-longer Description 2.
empty-subcommand
Options:
--help Shows help.
--just-long
--description But with description.