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

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:5
amber/cli/commands/encrypt.cr:6

Instance Method Summary

Instance Method Detail

def e #

Returns the -e option value.

This method is automatically defined by the optarg library.


def e? #

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def editor #

Returns the -e option value.

This method is automatically defined by the optarg library.


def editor? #

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def env #

Returns the ENV argument value.

This method is automatically defined by the optarg library.


def env? #

Returns the ENV argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def noedit? #

Returns the --noedit option value.

This method is automatically defined by the optarg library.