hypha: init will now watch process in background

This commit is contained in:
Alex Zenla
2024-01-31 01:40:42 -08:00
parent b6af5f54bd
commit 86c512474a
7 changed files with 77 additions and 20 deletions

View File

@ -1,4 +1,3 @@
use std::env;
use anyhow::{anyhow, Result};
use clap::{Parser, Subcommand};
use hypha::ctl::Controller;
@ -47,7 +46,6 @@ enum Commands {
}
fn main() -> Result<()> {
env::set_var("RUST_BACKTRACE", "1");
env_logger::init();
let args = ControllerArgs::parse();