-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor to new actions. #29
Conversation
Looks like this branch is lacking some of the latest changes merged in
Helper is a good indication that bits are missing.
Expected:
Can you please rebase this branch and include latest changes from |
Rebased |
} | ||
|
||
return command | ||
} |
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.
Note to self: make sure pw is not shown when executed sub commands are printed
return handleCmdErr(syncErr, "sync error") | ||
err = p.executeAction(ctx, "bump", nil, action.InputParams{ | ||
"sync": true, | ||
}) |
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.
Can you please add option --show-progress
by default ?
However, option should not be used if user is using any log level -v
This reverts commit 7164195.
No description provided.