diff options
Diffstat (limited to '')
| -rw-r--r-- | project_spec.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/project_spec.md b/project_spec.md index b60cb9a..7ed791d 100644 --- a/project_spec.md +++ b/project_spec.md @@ -7,6 +7,17 @@ and professional deployment workflows. --- ## Todo +- [ ] Command-line arguments parser + - [ ] Handlers + - [ ] Reverse handler + - [ ] Output handler + - [x] Version handler + - [ ] Help handler + - [ ] Default handler + - [ ] 'strcmp' function + + - [ ] **Discuss exit codes** + - [ ] **CI / GitLab Pipelines** > [!NOTE] > Automatic build, test, benchmark, and packaging using `.gitlab-ci.yaml` @@ -20,7 +31,6 @@ and professional deployment workflows. > small, medium, large, numbers, letters, dates[?] - [ ] **Documentation** - - [ ] **Procedure / Function Headers** - [ ] **Usage Message** - [ ] **Man Page** - [ ] **Bash Completion** |