class DotFilesConfig::Dfg::Dotfiles::Options
- DotFilesConfig::Dfg::Dotfiles::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
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:3dfg/dotfiles.cr:9
Instance Method Summary
-
#git_dir
Returns the --git-dir option value.
-
#git_dir?
Returns the --git-dir option value.
-
#git_worktree_dir
Returns the --git-worktree-dir option value.
-
#git_worktree_dir?
Returns the --git-worktree-dir option value.
Instance Method Detail
Returns the --git-dir option value.
This method is automatically defined by the optarg library.
Returns the --git-dir option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --git-worktree-dir option value.
This method is automatically defined by the optarg library.
Returns the --git-worktree-dir option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.