class RemiLib::Args::MultiFlagArgument
- RemiLib::Args::MultiFlagArgument
- RemiLib::Args::Argument
- Reference
- Object
Overview
Similar to a FlagArgument
, except that this can be called multiple times.
Included Modules
Defined in:
remilib/args/arg-types.crInstance Method Summary
-
#str : String
Returns the number of
#times
this argument was called as a String.