class DotFilesConfig::Dfg::Options

Overview

The dedicated Cli::OptionModel subclass for the Dfg class.

This class is automatically defined by the Crystal CLI library.

Defined in:

dfg.cr
dfg/dotfiles.cr

Instance Method Summary

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.