Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
add HelpNotify to SuperCommand parameters #37
Conversation
|
|
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-cmd |
jujubot
merged commit 7b97644
into
juju:master
May 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedMay 25, 2016
•
Edited 1 time
-
ericsnowcurrently
May 25, 2016
This allows us to add plugin command help details on
demand so that they can look like first-class citizens
without requiring us to load them dynamically before
we know whether they're needed or not.
(Review request: http://reviews.vapour.ws/r/4904/)