Argument Parser #1

Open
opened 2024-11-23 23:54:05 +00:00 by Lyssieth · 0 comments
Owner
  • Able to read in --flag, -f, and --flag=value
  • Able to read in positionals
  • Able to understand what must be what
  • Automation of parseArgs()
  • Parsing of string → arbitrary type
  • Handling of a --flag which expects =value but doesn't have one
  • Better error messages
  • Improve the could not find hint texts
  • Aligned about text handling (?)
  • Multiline about text handling
  • union parser for subcommands (instead of the remainder hack)
  • 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 `parseArgs()` - [x] Parsing of string → arbitrary type - [x] Handling of a `--flag` which expects `=value` but doesn't have one - [x] Better error messages - [ ] Improve the `could not find` hint texts - [ ] Aligned `about` text handling (?) - [ ] Multiline `about` text handling - [ ] `union` parser for subcommands (instead of the remainder hack) - [ ] Other edge cases/peculiarities
Sign in to join this conversation.
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.

Blocks
Reference
QtStuff/zig-lys#1
No description provided.