Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mention of positional arguments. #22

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

rpgoldman
Copy link
Contributor

The existing documentation used the term "free arguments," but programmers familiar with other argument processing frameworks (e.g., Python's argparse) may be looking for the term "positional arguments," which is commonly used. This adds that, so a quick textual search of the README will show that command-arguments is the way to get positional arguments.

Addresses #21

The existing documentation used the term "free arguments," but
programmers familiar with other argument processing frameworks (e.g.,
Python's `argparse`) may be looking for the term "positional
arguments," which is commonly used.  This adds that, so a quick
textual search of the README will show that `command-arguments` is the
way to get positional arguments.
@dnaeon
Copy link
Owner

dnaeon commented Jan 23, 2024

Thanks, @rpgoldman !

@dnaeon dnaeon merged commit a880b3b into dnaeon:master Jan 23, 2024
3 checks passed
@rpgoldman
Copy link
Contributor Author

A pleasure to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants