class

Amber::CLI::MainCommand::Encrypt::Options

Inherits Command::Options < Cli::OptionModel < Optarg::Model < Reference < Object

The dedicated Cli::OptionModel subclass for the Encrypt class.

This class is automatically defined by the Crystal CLI library.

Instance methods

e

Returns the -e option value.

This method is automatically defined by the optarg library.

e?

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

editor

Returns the -e option value.

This method is automatically defined by the optarg library.

editor?

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

env

Returns the ENV argument value.

This method is automatically defined by the optarg library.

env?

Returns the ENV argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

noedit?

Returns the --noedit option value.

This method is automatically defined by the optarg library.

Nested types