Method: Charyf::Command::Base.hide_command!
- Defined in:
- lib/charyf/utils/command/base.rb
.hide_command! ⇒ Object
Convenience method to hide this command from the available ones when running charyf help command.
47 48 49 |
# File 'lib/charyf/utils/command/base.rb', line 47 def hide_command! Charyf::Command.hidden_commands << self end |