module Thor::Util

Public Class Methods

thor_classes_in(*) click to toggle source

Hack to fix issue when -h produces extra lono command in help. IE:

$ bundle exec lono blueprint -h Commands:

...
lono lono:blueprint:new BLUEPRINT_NAME  <= weird

It looks like thor_classes_in is only used to generate the help menu.

# File lib/lono/command.rb, line 25
def self.thor_classes_in(*)
  []
end