Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Print aliases with their flags #7

Open
morganestes opened this issue Oct 23, 2015 · 0 comments
Open

Feature request: Print aliases with their flags #7

morganestes opened this issue Oct 23, 2015 · 0 comments

Comments

@morganestes
Copy link

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)
@morganestes morganestes changed the title Print aliases with their flags Feature request: Print aliases with their flags Oct 23, 2015
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

No branches or pull requests

1 participant