time-to-botec/js/node_modules/@stdlib/string/truncate-middle/docs/usage.txt

11 lines
381 B
Plaintext
Raw Normal View History

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/'.