-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show friendly error when plugin is missing (#77)
If you try to run a task but the namespace of the task is not recognized, tomo will now helpfully suggest that you may need to load the plugin that defines that namespace. E.g. ``` $ tomo run sidekiq:setup tomo run v0.12.0 ERROR: sidekiq:setup is not a recognized task. To see a list of all available tasks, run tomo tasks. Did you forget to install the sidekiq plugin? ```
- Loading branch information
1 parent
c6a1593
commit 1f1605f
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters