We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfa84a commit 6884adbCopy full SHA for 6884adb
src/labthings_fastapi/server/cli.py
@@ -39,6 +39,7 @@ def get_default_parser():
39
def parse_args(argv: Optional[list[str]] = None) -> Namespace:
40
"""Process command line arguments for the server"""
41
parser = get_default_parser()
42
+ # Use parser to parse CLI arguments and return the namespace with attributes set.
43
return parser.parse_args(argv)
44
45
0 commit comments