Added an option to display a help message
#11
Merged
neil
merged 1 commits from frdescam/docker-update-images:master
into master
3 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'frdescam/docker-update-images:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
@ -248,11 +253,14 @@ def browse(services, parent):
# Handle arguments
assume_yes = False
for arg in sys.argv[1::] :
I removed the spaces before the colons to have a more homogeneous coding style
@ -256,0 +260,4 @@
print(t.HELP_MSG)
sys.exit(0)
else:
print(c.FAIL + c.BOLD + t.ARGS_ERROR + c.ENDC)
I removed the useless semicolon (too much C for me) and added the ENDC for closing the fail color
Thanks a lot, that's awesome :)
Giving you the Collaborator status.
cf00271496
into master 3 years ago