Method: CLI::Arguments#mandatory

Defined in:
lib/cli/arguments.rb

#mandatoryObject



6
7
8
# File 'lib/cli/arguments.rb', line 6

def mandatory
  select{|a| a.mandatory?}
end