diff --git a/autosubmit/autosubmit.py b/autosubmit/autosubmit.py index cec18bced6afe96a0c88efd1e83946ccb6b68ad4..b9c210f4269ed6cceec4f0fdf77851300219068b 100644 --- a/autosubmit/autosubmit.py +++ b/autosubmit/autosubmit.py @@ -596,6 +596,9 @@ class Autosubmit: subparsers.add_parser('changelog', description='show changelog') args = parser.parse_args() + if args.command is None: + parser.print_help() + parser.exit() except Exception as e: if type(e) is SystemExit: #todo check