Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd/modelcmd: rename CommandBase to Command #7283
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 0fb0864
into
juju:develop
Apr 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedApr 26, 2017
The "CommandBase" name is inconsistent with all the other *Base
names - it's an interface but all the others (ControllerCommandBase,
ModelCommandBase and cmd.CommandBase) are static embeddable structs.
This is confusing, so rename it to Command, allowing us to rename the
awkwardly-differentiated JujuCommandBase to CommandBase.
This PR was entirely mechanically generated with
with the exception of some of the comment adjustments.
QA No regressions