class RemiLib::Args::FlagArgument
- RemiLib::Args::FlagArgument
- RemiLib::Args::Argument
- Reference
- Object
Overview
A simple flag argument that always defaults to "off" and can be turned "on".
If it's found on the command line, it's considered #called
.
Defined in:
remilib/args/arg-types.crInstance Method Summary
-
#str : String
Returns
"true"
if the argument was#called
, or"false"
otherwise.