An Argument Parser #1

Closed
opened 2024-11-19 00:21:21 +00:00 by Lyssieth · 1 comment
Owner
  • Able to read in --flag, -f, and --flag=value
  • Able to read in positionals
  • Able to understand what must be what
  • Automation of Args::initFomParsed()
  • Parsing of string → arbitrary type
  • Handling of a --flag which expects =value but doesn't have one
  • Other edge cases/peculiarities
- [x] Able to read in `--flag`, `-f`, and `--flag=value` - [x] Able to read in positionals - [x] Able to understand what must be what - [x] Automation of `Args::initFomParsed()` - [ ] Parsing of string → arbitrary type - [ ] Handling of a `--flag` which expects `=value` but doesn't have one - [ ] Other edge cases/peculiarities
Lyssieth added this to the Todo project 2024-11-19 00:21:21 +00:00
Lyssieth changed title from Finish argument parser to An Argument Parser 2024-11-19 00:23:22 +00:00
Lyssieth referenced this issue from a commit 2024-11-19 18:07:45 +00:00
Lyssieth referenced this issue from a commit 2024-11-20 20:18:17 +00:00
Author
Owner

Moved to the QtStuff/zig-lys library.

Moved to the [QtStuff/zig-lys](https://git.cutie.zone/QtStuff/zig-lys) library.
Lyssieth locked as Resolved and limited conversation to collaborators 2024-11-23 23:53:20 +00:00
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
QtStuff/zither#1
No description provided.