Add Start Command
This uses the subcommands feature, it was requested by Conrad.
This commit is contained in:
parent
008ea9ec65
commit
e8704a2560
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ async fn try_main() -> Result<()> {
|
||||||
|
|
||||||
#[tokio::main(flavor = "current_thread")]
|
#[tokio::main(flavor = "current_thread")]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
let cli = Cli::parse();
|
let _cli = Cli::parse();
|
||||||
try_main().await.unwrap();
|
try_main().await.unwrap();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue