Skip to content

Commit 6884adb

Browse files
Update src/labthings_fastapi/server/cli.py
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
1 parent 1dfa84a commit 6884adb

File tree

1 file changed

+1
-0
lines changed
  • src/labthings_fastapi/server

1 file changed

+1
-0
lines changed

src/labthings_fastapi/server/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def get_default_parser():
3939
def parse_args(argv: Optional[list[str]] = None) -> Namespace:
4040
"""Process command line arguments for the server"""
4141
parser = get_default_parser()
42+
# Use parser to parse CLI arguments and return the namespace with attributes set.
4243
return parser.parse_args(argv)
4344

4445

0 commit comments

Comments
 (0)