Add --open cli flag
This commit is contained in:
parent
6ed6ff1a36
commit
b5bdd49d9c
4 changed files with 57 additions and 1 deletions
|
|
@ -14,6 +14,10 @@ pub struct ServerCommand {
|
|||
/// Path to the bench repo.
|
||||
#[arg(long, short)]
|
||||
pub bench_repo: Option<PathBuf>,
|
||||
|
||||
/// Open the UI in your browser.
|
||||
#[arg(long, short)]
|
||||
pub open: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, clap::Parser)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue