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

rendering error in help output (--help) #5

Open
rstemmer opened this issue Jul 17, 2019 · 2 comments
Open

rendering error in help output (--help) #5

rstemmer opened this issue Jul 17, 2019 · 2 comments

Comments

@rstemmer
Copy link
Owner

There is an error in the man page between the --escape and --baudrate parameter

@rstemmer rstemmer changed the title rendering error in man-page rendering error in help output (--help) Jul 17, 2019
@rstemmer
Copy link
Owner Author

man-page is correct, it's the --help output that is broken

@rstemmer
Copy link
Owner Author

The problem is, that the default value for the previous parameter is ESC ("\033").
The argparse module prints the default values at the end of the help-string, without caring about the fact, that this parameter is not printable.

This problem needs some more investigation. I may use argparse wrong, or it is a bug in that module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant