lfe-deprecated / lfetool

DEPRECATED - See:
https://github.com/lfe-rebar3/
Other
61 stars 19 forks source link

Add subcommand "lfetool info plugins" #77

Closed oubiwann closed 10 years ago

oubiwann commented 10 years ago

In order to support ticket #76 (getting a list of "commands help" plugins), it would be good to make sure we're filtering from an original list of plugins that actually declare support for lfetool-plugin. To easily get a list of plugins from the command line, we should add a command.

oubiwann commented 10 years ago

Added in 57de066 and 41cbac7.

oubiwann commented 10 years ago

Note that info plugins is simply calling (lfetool-plugin:get-loaded-plugin-names); it is up to that function to change how plugins are filtered.

oubiwann commented 10 years ago

$ lfetool info plugins confirmed working with the following output: (#(plugin "myscript") #(plugin "script") #(plugin "yourscript"))