Browse Source

fix: add check command

tags/v0.3.5-fix4
Gege-Wang 1 year ago
parent
commit
21f29091cc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      binaries/cli/src/main.rs

+ 1
- 0
binaries/cli/src/main.rs View File

@@ -45,6 +45,7 @@ enum Command {
Check {
#[clap(long)]
dataflow: Option<PathBuf>,
#[clap(long)]
coordinator_addr: Option<IpAddr>,
},
/// Generate a visualization of the given graph using mermaid.js. Use --open to open browser.


Loading…
Cancel
Save