summaryrefslogtreecommitdiffhomepage
path: root/src/opt.rs
Commit message (Expand)AuthorAgeFilesLines
* opt: add implicit dependancy between --fake-* and --fakedilluti0n2026-01-311-3/+3
* opt: add option --fake-autottldilluti0n2026-01-231-7/+18
* opt: change default release log level to Warning as expecteddilluti0n2026-01-161-1/+1
* opt: deprecate `--loglevel` in favor of `--log-level`dilluti0n2026-01-161-3/+13
* opt: set default opts to DEFAULT_* to centralize init & usage outputdilluti0n2026-01-161-36/+46
* opt: use DEFAULT_LOG_LEVEL in arg parserdilluti0n2026-01-161-4/+1
* opt: fix OPT_LOG_LEVEL not initialized panicdilluti0n2026-01-161-2/+4
* opt: add comment for OPT_LOG_LEVEL initialize seqdilluti0n2026-01-161-0/+1
* Refactor main.rs; modulize opt.rs and pkt.rsdilluti0n2026-01-161-0/+165