ezlog-cli

Crates.ioezlog-cli
lib.rsezlog-cli
version0.2.0-beta.3
sourcesrc
created_at2022-07-02 13:29:49.424457
updated_at2023-08-09 14:55:04.058181
descriptionEZLog command line tool
homepagehttps://github.com/s1rius/ezlog
repositoryhttps://github.com/s1rius/ezlog
max_upload_size
id617780
size31,022
(s1rius)

documentation

README

EZLog command line tool

Usage: ezlog-cli [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