commands
Commands is a bash helper script for handling subcommand and flags.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
tests.yml
238
2026/08/24 18:55:51
corrected typo
tests
1
test.sh
81
2026/08/21 20:54:16
merged all 'public' functions into a single function
10
test.sh
141
2026/08/21 20:54:16
merged all 'public' functions into a single function
11
test.sh
122
2026/08/21 20:54:16
merged all 'public' functions into a single function
12
test.sh
133
2026/08/21 20:54:16
merged all 'public' functions into a single function
13
test.sh
125
2026/08/21 21:42:28
added tests that read the generated script file
14
test.sh
160
2026/08/23 17:53:01
boolean flags are now just those without types
15
test.sh
184
2026/08/23 18:51:58
add test with arbitrarily named number types
16
test.sh
104
2026/08/23 19:39:20
added test for incorrectly specifying a flag multiple time
17
test.sh
253
2026/08/24 07:36:53
added tests for flag arrays
18
test.sh
139
2026/08/24 07:42:56
added test confirming number checking works with array flags
19
test.sh
156
2026/09/04 16:39:34
updated solo test to include command description
2
test.sh
96
2026/08/21 20:54:16
merged all 'public' functions into a single function
20
test.sh
154
2026/08/31 14:48:24
corrected type
21
test.sh
219
2026/09/02 18:39:26
add tests for restricted autocomplete
22
test.sh
190
2026/09/01 15:24:48
added test with both global and a subcommand have arbitrary file args
3
test.sh
129
2026/08/21 20:54:16
merged all 'public' functions into a single function
4
test.sh
400
2026/09/03 19:01:09
updated '4' tests to enable complete checking of roff output
5
test.sh
230
2026/09/02 12:56:52
swap out python for perl, for better compatibility
6
abc
25
2026/08/19 07:39:16
added basic file handling tests
test.sh
70
2026/08/21 20:54:16
merged all 'public' functions into a single function
7
abc
169
2026/08/23 19:54:58
reformatted
def
188
2026/09/05 19:17:33
changed comment to differeniate from other subcommand
global
34
2026/08/20 07:07:49
added tests for arg handling and global shebang handling
test.sh
155
2026/08/23 19:54:58
reformatted
8
test.sh
115
2026/08/23 18:48:46
number flags are now defined with # (integer) and ## (float) prefixes to the type
9
test.sh
170
2026/08/21 20:54:16
merged all 'public' functions into a single function
test.sh
8856
2026/09/04 16:43:26
removed need to print backspace character when handling solo command
LICENSE
767
2026/08/21 22:03:31
added LICENSE
README.md
6003
2026/09/04 19:49:27
added man page flags to README
commands.sh
12754
2026/09/05 19:20:43
reformatted