mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-14 06:09:55 +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():
|
def run_main():
|
||||||
try:
|
try:
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description=__doc__
|
description=__doc__,
|
||||||
|
formatter_class=argparse.RawDescriptionHelpFormatter
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-v", "--verbose", action="store_true",
|
"-v", "--verbose", action="store_true",
|
||||||
|
|||||||
Reference in New Issue
Block a user