class DotFilesConfig::Dfg::Dotfiles::Fetch::Options

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:25
dfg/dotfiles.cr:29

Instance Method Summary

Instance Method Detail

def git_branch #

Returns the --git-branch option value.

This method is automatically defined by the optarg library.


def git_branch? #

Returns the --git-branch option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def git_url #

Returns the GIT-URL argument value.

This method is automatically defined by the optarg library.


def git_url? #

Returns the GIT-URL argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def no_bootstrap? #

Returns the --no-bootstrap option value.

This method is automatically defined by the optarg library.