refactor: use ergo module for run commands
modified src/bin/cibtool.rs
@@ -363,4 +363,7 @@ enum CibToolError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified src/bin/cibtoolcmd/run.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -62,9 +62,18 @@ impl Leaf for AddRun {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -74,7 +83,7 @@ impl Leaf for AddRun {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -264,3 +273,9 @@ impl Leaf for ListRuns {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |