Comment 0 for bug 1587057

Revision history for this message
Mark Shuttleworth (sabdfl) wrote :

As the list of plugins for snapcraft grows it will be much easier to read if it is presented compactly to avoid scrolling. This would be a good example, much like ls:

  $ snapcraft list-plugins
  ant copy kernel nodejs tar-content
  autotools go make python2
  catkin jdk maven python3
  cmake kbuild nil scons

Ideally, use two spaces between each column, and use no more than 120 characters wide.

This is low priority unless there is a nice helper function that we can bring in to do it easily :)