summaryrefslogtreecommitdiffhomepage
path: root/src/opt.rs
Commit message (Expand)AuthorAgeFilesLines
* 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