class Fincher::CLI::Encode::Options
- Fincher::CLI::Encode::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
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:15fincher/cli.cr:18
Instance Method Summary
-
#char_offset
Returns the --char-offset option value.
-
#char_offset?
Returns the --char-offset option value.
-
#codepoint_shift
Returns the --codepoint-shift option value.
-
#codepoint_shift?
Returns the --codepoint-shift option value.
-
#displacement_strategy
Returns the --displacement-strategy option value.
-
#displacement_strategy?
Returns the --displacement-strategy option value.
-
#keymap
Returns the --keymap option value.
-
#keymap?
Returns the --keymap option value.
-
#message
Returns the MESSAGE argument value.
-
#message?
Returns the MESSAGE argument value.
-
#replacement_strategy
Returns the --replacement-strategy option value.
-
#replacement_strategy?
Returns the --replacement-strategy option value.
-
#seed
Returns the --seed option value.
-
#seed?
Returns the --seed option value.
-
#source_text_file
Returns the SOURCE_TEXT_FILE argument value.
-
#source_text_file?
Returns the SOURCE_TEXT_FILE argument value.
-
#word_offset
Returns the --word-offset option value.
-
#word_offset?
Returns the --word-offset option value.
Instance Method Detail
Returns the --char-offset option value.
This method is automatically defined by the optarg library.
Returns the --char-offset option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --codepoint-shift option value.
This method is automatically defined by the optarg library.
Returns the --codepoint-shift option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --displacement-strategy option value.
This method is automatically defined by the optarg library.
Returns the --displacement-strategy option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --keymap option value.
This method is automatically defined by the optarg library.
Returns the --keymap option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the MESSAGE argument value.
This method is automatically defined by the optarg library.
Returns the MESSAGE argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --replacement-strategy option value.
This method is automatically defined by the optarg library.
Returns the --replacement-strategy option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --seed option value.
This method is automatically defined by the optarg library.
Returns the --seed option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the SOURCE_TEXT_FILE argument value.
This method is automatically defined by the optarg library.
Returns the SOURCE_TEXT_FILE argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --word-offset option value.
This method is automatically defined by the optarg library.
Returns the --word-offset option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.