Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Dec 22, 2024
1 parent 5cc9144 commit a85af72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/markitdown/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def main():
)
parser.add_argument(
"--api",
action="store_true",
help="Start the FastAPI server",
action="api",
help="Start the API server",
)
args = parser.parse_args()

Expand Down

0 comments on commit a85af72

Please sign in to comment.