ulid-cli

Crates.ioulid-cli
lib.rsulid-cli
version0.1.12
sourcesrc
created_at2023-04-28 21:45:30.988154
updated_at2024-01-29 16:25:30.195009
descriptionA very simple CLI to generate and parse ULIDs
homepage
repository
max_upload_size
id851726
size17,879
Sergey (Merded)

documentation

README

A very simple CLI to generate and parse 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:
  -n, --count <COUNT>
          Amount of ULIDs to generate
          
          [default: 1]

  -o, --output <FILENAME>
          Write output to filename if it is provided

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

  -V, --version
          Print version
Commit count: 0

cargo fmt