kcmerrill / alfred

(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
MIT License
63 stars 14 forks source link

Add back in usage/example to alfred:list #71

Open kcmerrill opened 6 years ago

kcmerrill commented 6 years ago

I didn't think it was necessary which is why I didn't add it in to the latest version, but I think we need it.

Not only usage text for each task, but an example.


tdd:
   usage: alfred /testing:tdd <reg_expression> <command_to_execute_on_file_change> 
   example: alfred /testing:tdd ".*?.go$" "echo something here"