class PunchCard::Options
- PunchCard::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the PunchCard
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
punch-card.cr:14punch-card.cr:19
Instance Method Summary
-
#input
Returns the INPUT argument value.
-
#input?
Returns the INPUT argument value.
-
#p
Returns the -p option value.
-
#p?
Returns the -p option value.
-
#project
Returns the -p option value.
-
#project?
Returns the -p option value.
Instance Method Detail
Returns the INPUT argument value.
This method is automatically defined by the optarg library.
Returns the INPUT argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -p option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -p option value.
This method is automatically defined by the optarg library.
Returns the -p option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.