aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--project_spec.md20
1 files changed, 5 insertions, 15 deletions
diff --git a/project_spec.md b/project_spec.md
index 344def2..410c54c 100644
--- a/project_spec.md
+++ b/project_spec.md
@@ -7,18 +7,8 @@ and professional deployment workflows.
---
## To-do
-- [ ] Command-line arguments parser
- - [ ] Handlers
- - [ ] Reverse handler
- - [ ] Output handler
- - [x] Version handler
- - [ ] Help handler
- - [ ] Default handler
- - [ ] `strcmp` function
-
- - [ ] **Discuss exit codes**
-
- - [ ] **Testing**
+- [x] Command-line arguments parser
+ - [x] **Testing**
> [!NOTE]
> Using a shell script instead of **GitLab CI**
- [x] Test for **stable** sorting algorithm
@@ -33,16 +23,16 @@ and professional deployment workflows.
> Test program overhead.
> Maybe export to `json` or similar.
- - [ ] **Documentation**
+ - [x] **Documentation**
- [x] Man Page
- - [ ] Read me file
+ - [x] Read me file
- [x] **Packaging / Deployment**
> [!NOTE]
> Build target for distributed tarballs (`.tar.gz`)
> Arch Linux package (`makepkg`)
- - [ ] **Report**
+ - [x] **Report**
---