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

Improve default value handling in help messages #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sswam
Copy link

@sswam sswam commented Sep 19, 2024

  • hide None and False default values
  • show names for stdin and stdout
  • show class names for other file handles
  • use repr() for other default values, as before

I would like to hide empty string default values also, but that causes tests to crash, and I couldn't figure it out.

- hide None and False default values
- show names for stdin and stdout
- show class names for other file handles
- use repr() for other default values, as before
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.

1 participant