Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix namespaced providers listing in help #79

Closed
tsloughter opened this issue Dec 25, 2014 · 2 comments
Closed

Fix namespaced providers listing in help #79

tsloughter opened this issue Dec 25, 2014 · 2 comments
Labels

Comments

@tsloughter
Copy link
Collaborator

Currently namespaces aren't included in the help output so a command like erlydtl compile ends up as:

$ ../rebar3/rebar3 help
....
compile         Compile apps .app.src and .erl files.
compile         Compile erlydtl templates.
....
@ferd ferd added the bug label Dec 26, 2014
@ferd
Copy link
Collaborator

ferd commented Dec 27, 2014

I have an in-progress change to the providers lib that would do:

Several tasks are available:

as              Higher order provider for running multiple tasks in a sequence as a certain profiles.
clean           Remove compiled beam files from apps.
compile         Compile apps .app.src and .erl files.
ct              Run Common Tests
dialyzer        Run the Dialyzer analyzer on the project.
do              Higher order provider for running multiple tasks in a sequence.
eunit           Run eunit tests on project apps.
help            Display a list of tasks or help for a given task or subtask.
new             Create new project from templates.
pkgs            List available packages.
release         Build release of project.
shell           Run shell with project apps and deps in path.
tar             Tar archive of release built of project.
update          Update package index.
upgrade         Upgrade dependency.
version         Print version for rebar and current Erlang.

efene
  compile        efene rebar3 plugin

erlydtl
  compile        Compile erlydtl templates.

Run 'rebar help <TASK>' for details.

Does this look good?

@ferd
Copy link
Collaborator

ferd commented Dec 27, 2014

tsloughter/providers#4

@ferd ferd closed this as completed Dec 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants