Crates.io | ezlog-cli |
lib.rs | ezlog-cli |
version | 0.2.0-beta.3 |
source | src |
created_at | 2022-07-02 13:29:49.424457+00 |
updated_at | 2023-08-09 14:55:04.058181+00 |
description | EZLog command line tool |
homepage | https://github.com/s1rius/ezlog |
repository | https://github.com/s1rius/ezlog |
max_upload_size | |
id | 617780 |
size | 31,022 |
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