1 2 3 4 5 6
use autosway::common::State; #[tokio::main(flavor = "current_thread")] async fn main() { State::new().await.run_cli().await; }