tofarr 1 anno fa
parent
commit
dd7174e559
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      openhands/core/cli.py

+ 1 - 0
openhands/core/cli.py

@@ -74,6 +74,7 @@ def get_parser() -> argparse.ArgumentParser:
         action='version',
         version=f'{__version__}',
         help='Show the version number and exit',
+        default=None,
     )
 
     return parser