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

change the usage output to not include the full contents of argv[0] #60

Merged
merged 1 commit into from
Sep 3, 2021
Merged

Conversation

vaporup
Copy link
Contributor

@vaporup vaporup commented Sep 2, 2021

Now

$ /tmp/tty-solitaire/ttysolitaire --help

usage: /tmp/tty-solitaire/ttysolitaire [OPTIONS]
-v, --version Show version
-h, --help Show this message
-p, --passes Number of passes through the deck (default: 3)
--four-color-deck Draw unique card suit colors (default: false)
--no-background-color Don't draw background color (default: false)

After

$ /tmp/tty-solitaire/ttysolitaire --help

usage: ttysolitaire [OPTIONS]
-v, --version Show version
-h, --help Show this message
-p, --passes Number of passes through the deck (default: 3)
--four-color-deck Draw unique card suit colors (default: false)
--no-background-color Don't draw background color (default: false)

More Information

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993279

@vaporup vaporup changed the title changes the usage output to not include the full contents of argv[0] change the usage output to not include the full contents of argv[0] Sep 2, 2021
@mpereira
Copy link
Owner

mpereira commented Sep 3, 2021

Thanks!

@mpereira mpereira merged commit 9d32aae into mpereira:master Sep 3, 2021
@mpereira
Copy link
Owner

mpereira commented Sep 3, 2021

Released on 1.3.1.

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.

2 participants