ezlogcli

Crates.ioezlogcli
lib.rsezlogcli
version0.2.0
sourcesrc
created_at2023-10-14 10:33:16.857428
updated_at2023-10-14 10:33:16.857428
descriptionEZLog command line tool
homepagehttps://github.com/s1rius/ezlog
repositoryhttps://github.com/s1rius/ezlog
max_upload_size
id1003051
size34,880
(s1rius)

documentation

README

EZLog command line tool

Usage: ezlogcli [OPTIONS]

Options:
  -i, --input <FILE>
          Origin ezlog file path

  -o, --output <FILE>
          Decode log file path

  -c, --config <FILE>
          Sets a JSON config file contains the configuration of the logger.
          
          { "key": "an example very very secret key.", "nonce": "unique nonce" }

  -k, --key <KEY>
          Decrypt key

  -n, --nonce <NONCE>
          Decrypt nonce

  -d, --debug
          Turn debugging information on

  -h, --help
          Print help information (use `-h` for a summary)

  -V, --version
          Print version information

Commit count: 198

cargo fmt