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
I'd like to see aliases printed along with their companion flags when I use .print() or .usage(), either in parenthesis or part of the comma-separated string of long and short flags. Something like:
Usage: command [options]
--start (--to) The most recent changeset (commit) number.
--stop (--from) The oldest changeset (commit) number.
--limit (--max) The maximum number of changesets to retrieve. (default: 400)
or:
Usage: command [options]
--start, --to, -t The most recent changeset (commit) number.
--stop, --from, -f The oldest changeset (commit) number.
--limit, --max, -x The maximum number of changesets to retrieve. (default: 400)
The text was updated successfully, but these errors were encountered:
morganestes
changed the title
Print aliases with their flags
Feature request: Print aliases with their flags
Oct 23, 2015
I'd like to see aliases printed along with their companion flags when I use
.print()
or.usage()
, either in parenthesis or part of the comma-separated string of long and short flags. Something like:or:
The text was updated successfully, but these errors were encountered: