- 12 Nov, 2021 1 commit
-
-
Dustin L. Howett authored
-
- 28 Dec, 2017 9 commits
-
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
It's more than likely that there's some logic errors lurking in here. Very likely. Of utmost likelihood. Fixes #4.
-
- 27 Aug, 2017 7 commits
-
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
This also introduces globals optind and optarg.
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
- 26 Aug, 2017 5 commits
-
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
For options a, b, and c where c has an argument: * "-ab" will parse as a, b * "-abc d" will parse as a, b, c=d * "-abcd" will parse as a, b, c=d * "-cdba" will parse as c=dba * "-- -abc" will parse as (nothing) All arguments will be reordered properly such that non-parameter arguments are at the end of argv. Fixes #2.
-
Dustin L. Howett authored
-
- 25 Aug, 2017 2 commits
-
-
Dustin L. Howett authored
* Delete junctions & directory symlinks * Delete all sorts of files * Do not delete directories * Allow symlinks (only) against nonexistent targets -- assume they are files Fixes #1.
-
Dustin L. Howett authored
Fixes #3.
-
- 24 Aug, 2017 8 commits
-
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-