diff options
Diffstat (limited to 'src/soc_collector/soc_collector_cli.py')
-rw-r--r-- | src/soc_collector/soc_collector_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc_collector/soc_collector_cli.py b/src/soc_collector/soc_collector_cli.py index 9f8c793..f9b0fad 100644 --- a/src/soc_collector/soc_collector_cli.py +++ b/src/soc_collector/soc_collector_cli.py @@ -231,7 +231,7 @@ def main() -> None: """, ) - parser.add_argument("data", default="info", help="json blob or path to file") + parser.add_argument("data", nargs="?", help="json blob or path to file") parser.add_argument( "extra_data", nargs="?", |