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
Collaborator

image

![image](/attachments/0e7b7c53-051f-465c-b158-a2790feb4b84)
frdescam reviewed 3 years ago
@ -248,11 +253,14 @@ def browse(services, parent):
# Handle arguments
assume_yes = False
for arg in sys.argv[1::] :
Poster
Collaborator

I removed the spaces before the colons to have a more homogeneous coding style

I removed the spaces before the colons to have a more homogeneous coding style
frdescam reviewed 3 years ago
@ -256,0 +260,4 @@
print(t.HELP_MSG)
sys.exit(0)
else:
print(c.FAIL + c.BOLD + t.ARGS_ERROR + c.ENDC)
Poster
Collaborator

I removed the useless semicolon (too much C for me) and added the ENDC for closing the fail color

I removed the useless semicolon (too much C for me) and added the ENDC for closing the fail color
neil commented 3 years ago
Owner

Thanks a lot, that's awesome :)

Giving you the Collaborator status.

Thanks a lot, that's awesome :) Giving you the Collaborator status.
neil merged commit cf00271496 into master 3 years ago
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 42l/docker-update-images#11
Loading…
There is no content yet.