-
Notifications
You must be signed in to change notification settings - Fork 0
Reordered checking for --update flag and checking for no other args #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Checks: And now with post-actions: And now with no |
print_help will bypass most of the class instantiation and simply print help from the FerryCLI.get_arg_parser() authorizer passes in the Auth subclass that will be used to authorize the FerryCLI queries
|
Cleaned up the code a little bit: I added two new optional arguments to the
|
cathulhu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quite sensible changes.
Reordered pre-FerryCLI steps so that they are:
Tests are in the comments below.