Skip to content

Commit 228aeaf

Browse files
committed
fix: print help when no args passed
[skip ci]
1 parent a987c1e commit 228aeaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

easy-install.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,5 @@ def install_docker():
318318
cprint("Emails with example.com not acceptable", level=1)
319319
sys.exit(1)
320320
setup_prod(args.project, args.sitename, args.email)
321+
else:
322+
parser.print_help()

0 commit comments

Comments
 (0)