11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
|
|
||
|
Usage: truncate-middle [options] [<string>] --len <length>
|
||
|
|
||
|
Options:
|
||
|
|
||
|
-h, --help Print this message.
|
||
|
-V, --version Print the package version.
|
||
|
--len length String length.
|
||
|
--seq str Custom replacement sequence. Default: '...'.
|
||
|
--split sep Delimiter for stdin data. Default: '/\\r?\\n/'.
|