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

feature: listing all tasks defined by -desc(...) #5

Open
andrzejsliwa opened this issue Jan 13, 2014 · 0 comments
Open

feature: listing all tasks defined by -desc(...) #5

andrzejsliwa opened this issue Jan 13, 2014 · 0 comments
Labels

Comments

@andrzejsliwa
Copy link
Contributor

goal:

list all tasks defined by -desc():

-desc("some desc") ->
some_task(_Args) ->
     ...
     ok.

...
$ ./eake -T

some_task -        some desc

output could be coloured using ansi and format similar to rake:

example:

./eake about                                    # List versions of all Rails frameworks and the environment
./eake airbrake:deploy                          # Notify Airbrake of a new deploy
./eake airbrake:heroku:add_deploy_notification  # Install Heroku deploy notifications addon

with full filling with spaces to longed task name

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

1 participant