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
Thanks @mpkocher, that's a great suggestion to use single string aliases implicitly as short flags... I'll take a peek when I get a chance, but that should be pretty straightforward to add.
"Short" args (or aliases) are useful in commanding tools. For example
--name
could have an alias of-n
.Acceptance Criteria
AliasChoices
that are 1 char (e.g.,n
should translate to-n
. Currently, these translate to--n
).usage:...
string should contain the full nameExample:
Yields:
It should return:
The text was updated successfully, but these errors were encountered: