mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
Support -h and --help arguments. Print a better error message when the Orbic device is not found. Replace every panic! with anyhow::bail! Replace .expect() with .context()? Wraps all function returns with anyhow::Result