Skip to main content

run

Function run 

Source
pub async fn run(
    dir: &Path,
    socket: Option<PathBuf>,
    http: Option<String>,
    require_token: bool,
    daemon: bool,
    ui_dir: Option<PathBuf>,
) -> Result<()>