Module: Chimps::Utils::UsesParamValueData::ClassMethods

Defined in:
lib/chimps-cli/utils/uses_param_value_data.rb

Instance Method Summary collapse

Instance Method Details

#how_to_input_dataObject



13
14
15
16
17
18
# File 'lib/chimps-cli/utils/uses_param_value_data.rb', line 13

def how_to_input_data
  <<DOC
Properties and values can be supplied directly on the command line or
from an input file with the --data option.
DOC
end