2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-08 16:14:12 +00:00

fix: print help when no args passed

[skip ci]
This commit is contained in:
Ankush Menat 2022-12-16 17:34:26 +05:30
parent a987c1e9ae
commit 228aeaf2fd

View File

@ -318,3 +318,5 @@ if __name__ == "__main__":
cprint("Emails with example.com not acceptable", level=1)
sys.exit(1)
setup_prod(args.project, args.sitename, args.email)
else:
parser.print_help()