Closed hamdanal closed 2 years ago
Return help output as a string instead of printing it in the formatter.
Currently this does not work:
s = parser.format_help() # this line prints on the screen, it shouldn't print(s.upper()) # prints empty string
Return help output as a string instead of printing it in the formatter.
Currently this does not work: