Skip to content

Commit

Permalink
If no args, run deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Feb 28, 2023
1 parent 8a675d5 commit df07c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgis_deployment_toolbelt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ def main(in_args: List[str] = None):
if hasattr(args, "func"):
args.func(args)
else:
main_parser.print_help()
# if no args, run deployment
main(["deploy"])


# #############################################################################
Expand Down

0 comments on commit df07c72

Please sign in to comment.