Method: Bashly::Script::Argument#label

Defined in:
lib/bashly/script/argument.rb

#labelObject



28
29
30
# File 'lib/bashly/script/argument.rb', line 28

def label
  repeatable ? "#{name.upcase}..." : name.upcase
end