class DotFilesConfig::Dfg::Options
- DotFilesConfig::Dfg::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Dfg
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
dfg.crdfg/dotfiles.cr
Instance Method Summary
-
#log_level
Returns the --log-level option value.
-
#log_level?
Returns the --log-level option value.
Instance Method Detail
def log_level
#
Returns the --log-level option value.
This method is automatically defined by the optarg library.
def log_level?
#
Returns the --log-level option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.