Skip to content

allow positional arguments to start with one/two dashes#232

Open
Paiusco wants to merge 2 commits intogoogle:masterfrom
Paiusco:192-negative-positional-arguments
Open

allow positional arguments to start with one/two dashes#232
Paiusco wants to merge 2 commits intogoogle:masterfrom
Paiusco:192-negative-positional-arguments

Conversation

@Paiusco
Copy link
Copy Markdown
Contributor

@Paiusco Paiusco commented May 5, 2026

Fixes #191

Also based on previous PR that tried to fix it


Currently, positional arguments can't be an integer, as it'd fail on negative numbers.
E.g. (a CLI that has axis as positional arguments would need to have a parameter -x <value> and -y <value, which doesn't looks reasonable)

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.

Positional arguments fail with negative numbers

1 participant