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

11 lines
367 B
Plaintext
Raw Normal View History

Usage: rpad [options] [<string>] --len=<length>
Options:
-h, --help Print this message.
-V, --version Print the package version.
--len length Minimum string length.
--pad str String used to pad. Default: ' '.
--split sep Delimiter for stdin data. Default: '/\\r?\\n/'.