time-to-botec/squiggle/node_modules/@stdlib/string/right-trim-n/docs/usage.txt

11 lines
370 B
Plaintext
Raw Normal View History

Usage: rtrimn [options] --n=<number>
Options:
-h, --help Print this message.
-V, --version Print the package version.
--n number Number of characters to trim.
--chars str Characters to trim. Default: whitespace.
--split sep Delimiter for stdin data. Default: '/\\r?\\n/'.