time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

usage.txt (503B)


      1 
      2 Usage: padstr [options] [<string>] --len <length>
      3 
      4 Options:
      5 
      6   -h,    --help                Print this message.
      7   -V,    --version             Print the package version.
      8          --len length          String length.
      9          --lpad str            String used to left pad. Default: ''.
     10          --rpad str            String used to right pad. Default: ' '.
     11          --cright              Center right in the event of a tie.
     12          --split sep           Delimiter for stdin data. Default: '/\\r?\\n/'.