Method: Thor::HiddenCommand#hidden?

Defined in:
lib/thor/command.rb

#hidden?Boolean

Returns:

  • (Boolean)


130
131
132
# File 'lib/thor/command.rb', line 130

def hidden?
  true
end