Module stringsext::options
source · Expand description
This module deals with command-line arguments and directly related data structures.
Structs§
- Structure to hold the parsed command-line arguments.
- This structure holds the command-line-options and is populated by
docopt
. See man-page and the output of--list-encodings
and--help
for more information about their meaning.
Enums§
- radix of the
byte-counter
when printed
Constants§
- Encoding name literal used when simulating non-built-in ASCII-decoder.
- Default value, when no
--chars-min
command-line-argument is given. Must beu8
. - Default value, when no
--counter-offset
command-line-argument is given. - If no command-line argument
--chars_min
is given and none is specified in--encoding
use this. Must be one of--list-encodings
. - Default value when no
--output-line-len
command-line-argument is given. - There must be space for at least 3 long Unicode characters, to guarantee progress in streaming. You want much longer lines.