Run precommit
This commit is contained in:
parent
39410d01df
commit
6e1b9a7402
1 changed files with 4 additions and 2 deletions
|
|
@ -11,7 +11,8 @@ def main():
|
|||
parser = argparse.ArgumentParser(
|
||||
description="Convert various file formats to markdown.",
|
||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||
usage=dedent("""
|
||||
usage=dedent(
|
||||
"""
|
||||
SYNTAX:
|
||||
|
||||
markitdown <OPTIONAL: FILENAME>
|
||||
|
|
@ -28,7 +29,8 @@ def main():
|
|||
OR
|
||||
|
||||
markitdown < example.pdf
|
||||
""").strip(),
|
||||
"""
|
||||
).strip(),
|
||||
)
|
||||
|
||||
parser.add_argument("filename", nargs="?")
|
||||
|
|
|
|||
Loading…
Reference in a new issue