ulid-cli 0.1.9

A very simple CLI to generate ULIDs
ulid-cli-0.1.9 is not a library.
A very simple CLI to generate ULIDs

Usage: ulid [OPTIONS] [TIMESTAMP_OR_ULID]

Arguments:
  [TIMESTAMP_OR_ULID]
          UNIX timestamp in *seconds* or ULID
          
          If you provide a ULID, it will print the timestamp in milliseconds. Otherwise, it will print the ULID based on timestamp you provide.

Options:
  -c, --count <COUNT>
          Amount of ULIDs to generate
          
          [default: 1]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version