WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

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.

2 participants