mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 16:36:25 +00:00
fix: print help when no args passed
[skip ci]
This commit is contained in:
parent
a987c1e9ae
commit
228aeaf2fd
@ -318,3 +318,5 @@ if __name__ == "__main__":
|
|||||||
cprint("Emails with example.com not acceptable", level=1)
|
cprint("Emails with example.com not acceptable", level=1)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
setup_prod(args.project, args.sitename, args.email)
|
setup_prod(args.project, args.sitename, args.email)
|
||||||
|
else:
|
||||||
|
parser.print_help()
|
||||||
|
Loading…
Reference in New Issue
Block a user