Method: Charyf::Command::Base.executable

Defined in:
lib/charyf/utils/command/base.rb

.executableObject



71
72
73
# File 'lib/charyf/utils/command/base.rb', line 71

def executable
  "bin/charyf #{command_name}"
end