//! Test-only binary for CLI integration tests. Unfortunately I can't figure out
//! how to make this compile only in `cfg(test)`, so its dependencies (tokio)
//! can't be in dev-dependencies. This doesn't actually add anything to the
//! final dependency tree though.
use Args;
use ExitCode;
async