usage.txt (367B)
1 2 Usage: rpad [options] [<string>] --len=<length> 3 4 Options: 5 6 -h, --help Print this message. 7 -V, --version Print the package version. 8 --len length Minimum string length. 9 --pad str String used to pad. Default: ' '. 10 --split sep Delimiter for stdin data. Default: '/\\r?\\n/'.