You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive the following warning on all invokation of cleanthor on Ruby 2.1.0:
$> bundle exec bin/cleanthor -T
[WARNING] Attempted to create command"invoke" without usage or description. Call desc if you want this method to be available as command or declare it inside a no_commands{} block. Invoked from "/private/tmp/cleanthor/lib/cleanthor/thor/task.rb:5:in `<class:Task>'".garden------cleanthor garden:work:weed # weed the gardenwork----cleanthor work:shovel # shovels stuff
That looks minor of course, yet my attempts to add the desc to the invoke function of lib/cleanthor/thor/task.rb failed so far with the message
~/.rvm/gems/ruby-2.1.0/gems/thor-0.19.1/lib/thor/base.rb:534:in `is_thor_reserved_word?': "invoke" is a Thor reserved word and cannot be defined as command (RuntimeError)
The text was updated successfully, but these errors were encountered:
I receive the following warning on all invokation of
cleanthor
on Ruby 2.1.0:$> ruby --version ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin12.0]
That looks minor of course, yet my attempts to add the
desc
to theinvoke
function oflib/cleanthor/thor/task.rb
failed so far with the messageThe text was updated successfully, but these errors were encountered: