This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: add check command
tags/v0.3.5-fix4
Gege-Wang
1 year ago
parent
49e6994cda
commit
21f29091cc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
Write
Preview
Loading…
Cancel
Save