Crates.io | ezlogcli |
lib.rs | ezlogcli |
version | 0.2.0 |
source | src |
created_at | 2023-10-14 10:33:16.857428+00 |
updated_at | 2023-10-14 10:33:16.857428+00 |
description | EZLog command line tool |
homepage | https://github.com/s1rius/ezlog |
repository | https://github.com/s1rius/ezlog |
max_upload_size | |
id | 1003051 |
size | 34,880 |
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