class Amber::CLI::MainCommand::Encrypt::Options
- Amber::CLI::MainCommand::Encrypt::Options
- Command::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Encrypt
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
amber/cli/commands/encrypt.cr:5amber/cli/commands/encrypt.cr:6
Instance Method Summary
-
#e
Returns the -e option value.
-
#e?
Returns the -e option value.
-
#editor
Returns the -e option value.
-
#editor?
Returns the -e option value.
-
#env
Returns the ENV argument value.
-
#env?
Returns the ENV argument value.
-
#noedit?
Returns the --noedit option value.
Instance Method Detail
Returns the -e option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -e option value.
This method is automatically defined by the optarg library.
Returns the -e option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the ENV argument value.
This method is automatically defined by the optarg library.
Returns the ENV argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --noedit option value.
This method is automatically defined by the optarg library.