class DotFilesConfig::Dfg::Dotfiles::Options

Overview

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

This class is automatically defined by the Crystal CLI library.

Defined in:

dfg/dotfiles.cr:3
dfg/dotfiles.cr:9

Instance Method Summary

Instance Method Detail

def git_dir #

Returns the --git-dir option value.

This method is automatically defined by the optarg library.


def git_dir? #

Returns the --git-dir option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def git_worktree_dir #

Returns the --git-worktree-dir option value.

This method is automatically defined by the optarg library.


def git_worktree_dir? #

Returns the --git-worktree-dir option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.