autosway 0.4.1

Automation program
Documentation
1
2
3
4
5
6
use autosway::common::State;

#[tokio::main(flavor = "current_thread")]
async fn main() {
    State::new().await.run_cli().await;
}