mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-06 11:17:47 +00:00
Preserve the docstring's formatting in the description
The default formatter coalesces all whitespace and reflows the text. Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
@@ -581,7 +581,8 @@ class AbiChecker:
|
||||
def run_main():
|
||||
try:
|
||||
parser = argparse.ArgumentParser(
|
||||
description=__doc__
|
||||
description=__doc__,
|
||||
formatter_class=argparse.RawDescriptionHelpFormatter
|
||||
)
|
||||
parser.add_argument(
|
||||
"-v", "--verbose", action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user