You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow specifying another param before default value that would be long name with double dashes (but short name with single dashes would also work and even long name with single dashes)
For example -d would become --dir but also -dir would work and, as it does now, --d
The text was updated successfully, but these errors were encountered:
Proposal Details
Allow specifying another param before default value that would be long name with double dashes (but short name with single dashes would also work and even long name with single dashes)
For example
-d
would become--dir
but also-dir
would work and, as it does now,--d
The text was updated successfully, but these errors were encountered: