class Fincher::CLI::Encode::Options

Overview

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

This class is automatically defined by the Crystal CLI library.

Defined in:

fincher/cli.cr:15
fincher/cli.cr:18

Instance Method Summary

Instance Method Detail

def char_offset #

Returns the --char-offset option value.

This method is automatically defined by the optarg library.


def char_offset? #

Returns the --char-offset option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def codepoint_shift #

Returns the --codepoint-shift option value.

This method is automatically defined by the optarg library.


def codepoint_shift? #

Returns the --codepoint-shift option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def displacement_strategy #

Returns the --displacement-strategy option value.

This method is automatically defined by the optarg library.


def displacement_strategy? #

Returns the --displacement-strategy option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def keymap #

Returns the --keymap option value.

This method is automatically defined by the optarg library.


def keymap? #

Returns the --keymap option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def message #

Returns the MESSAGE argument value.

This method is automatically defined by the optarg library.


def message? #

Returns the MESSAGE argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def replacement_strategy #

Returns the --replacement-strategy option value.

This method is automatically defined by the optarg library.


def replacement_strategy? #

Returns the --replacement-strategy option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def seed #

Returns the --seed option value.

This method is automatically defined by the optarg library.


def seed? #

Returns the --seed option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def source_text_file #

Returns the SOURCE_TEXT_FILE argument value.

This method is automatically defined by the optarg library.


def source_text_file? #

Returns the SOURCE_TEXT_FILE argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def word_offset #

Returns the --word-offset option value.

This method is automatically defined by the optarg library.


def word_offset? #

Returns the --word-offset option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.