Skip to content

Commit

Permalink
fix: print help when no args passed
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ankush committed Dec 19, 2022
1 parent a987c1e commit 228aeaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easy-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,5 @@ def install_docker():
cprint("Emails with example.com not acceptable", level=1)
sys.exit(1)
setup_prod(args.project, args.sitename, args.email)
else:
parser.print_help()

0 comments on commit 228aeaf

Please sign in to comment.