class DotFilesConfig::Dfg::Dotfiles::Fetch::Options
- DotFilesConfig::Dfg::Dotfiles::Fetch::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Fetch
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
dfg/dotfiles.cr:25dfg/dotfiles.cr:29
Instance Method Summary
-
#git_branch
Returns the --git-branch option value.
-
#git_branch?
Returns the --git-branch option value.
-
#git_url
Returns the GIT-URL argument value.
-
#git_url?
Returns the GIT-URL argument value.
-
#no_bootstrap?
Returns the --no-bootstrap option value.
Instance Method Detail
Returns the --git-branch option value.
This method is automatically defined by the optarg library.
Returns the --git-branch option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the GIT-URL argument value.
This method is automatically defined by the optarg library.
Returns the GIT-URL argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --no-bootstrap option value.
This method is automatically defined by the optarg library.