Selaa lähdekoodia

Fix broken cli (#3941)

tofarr 1 vuosi sitten
vanhempi
sitoutus
dd7174e559
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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