Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

argparser: add#19

Draft
rr- wants to merge 1 commit intomainfrom
argparser
Draft

argparser: add#19
rr- wants to merge 1 commit intomainfrom
argparser

Conversation

@rr-
Copy link
Copy Markdown
Contributor

@rr- rr- commented Aug 29, 2024

Adds a module for parsing command line arguments. Supported use cases:

  • Positional arguments (e.g. ./hello foo bar")
  • Named arguments (e.g. ./hello --verbose --input FOO BAR)
  • Quoting arguments (e.g. ./hello "long name")
  • Four types: booleans, integers, decimals and strings
  • Checking for mandatory argument presence
  • Other checks for input validity

@rr- rr- requested review from a team, lahm86 and walkawayy and removed request for a team August 29, 2024 13:19
@rr- rr- marked this pull request as draft August 29, 2024 13:23
@rr-
Copy link
Copy Markdown
Contributor Author

rr- commented Aug 29, 2024

Done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant