Method: CommandKit::Arguments::ArgumentValue#usage

Defined in:
lib/command_kit/arguments/argument_value.rb

#usageString (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The usage string to describe the argument value.

Returns:

  • (String)


18
19
20
# File 'lib/command_kit/arguments/argument_value.rb', line 18

def usage
  @usage
end