class Launch::CLI::MainCommand::New::Options
- Launch::CLI::MainCommand::New::Options
- Command::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the New
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
launch/cli/commands/new.cr:7launch/cli/commands/new.cr:8
Instance Method Summary
-
#assume_yes?
Returns the -y option value.
-
#d
Returns the -d option value.
-
#d?
Returns the -d option value.
-
#minimal?
Returns the --minimal option value.
-
#name
Returns the NAME argument value.
-
#name?
Returns the NAME argument value.
-
#no_color?
Returns the --no-color option value.
-
#no_deps?
Returns the --no-deps option value.
-
#r
Returns the -r option value.
-
#r?
Returns the -r option value.
-
#t
Returns the -t option value.
-
#t?
Returns the -t option value.
-
#y?
Returns the -y option value.
Instance Method Detail
Returns the -y option value.
This method is automatically defined by the optarg library.
Returns the -d option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --minimal option value.
This method is automatically defined by the optarg library.
Returns the NAME argument value.
This method is automatically defined by the optarg library.
Returns the NAME argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --no-color option value.
This method is automatically defined by the optarg library.
Returns the --no-deps option value.
This method is automatically defined by the optarg library.
Returns the -r option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -t option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.