dnaeon / clingon

Command-line options parser system for Common Lisp
Other
122 stars 7 forks source link

Add mention of positional arguments. #22

Closed rpgoldman closed 7 months ago

rpgoldman commented 7 months ago

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

dnaeon commented 7 months ago

Thanks, @rpgoldman !

rpgoldman commented 7 months ago

A pleasure to contribute!