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

argparser: add #19

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

argparser: add #19

wants to merge 1 commit into from

Conversation

rr-
Copy link
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
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