Add help subcommand
Bug #1510683 reported by
Sergio Schvezov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Fix Released
|
Wishlist
|
Sergio Schvezov |
Bug Description
The help subcommand should provide help for specific snapcraft topics and plugins.
Related branches
lp://staging/~sergiusens/snapcraft/help
- John Lenton (community): Approve
-
Diff: 583 lines (+376/-10)14 files modifiedsnapcraft/__init__.py (+103/-9)
snapcraft/help.py (+73/-0)
snapcraft/main.py (+11/-0)
snapcraft/plugins/ant.py (+10/-0)
snapcraft/plugins/autotools.py (+20/-0)
snapcraft/plugins/catkin.py (+13/-0)
snapcraft/plugins/cmake.py (+16/-0)
snapcraft/plugins/go.py (+13/-0)
snapcraft/plugins/make.py (+10/-0)
snapcraft/plugins/maven.py (+16/-0)
snapcraft/plugins/python2.py (+20/-0)
snapcraft/plugins/python3.py (+20/-0)
snapcraft/plugins/scons.py (+15/-0)
snapcraft/sources.py (+36/-1)
Changed in snapcraft: | |
importance: | High → Wishlist |
status: | New → Fix Committed |
To post a comment you must log in.
I confirm this works as expected.