python-click: formatting help text
问题 This question is about the click package: Long text of help is not being displayed as desired. I tried using /b as well but does not seem to affect much. cmd and powershell both have different results for same code, why? CODE: import click def command_required_option_from_option(require_name, require_map): class CommandOptionRequiredClass(click.Command): def invoke(self, ctx): require = ctx.params[require_name] if require not in require_map: raise click.ClickException( "Unexpected value for -