diff options
| author | soryu <soryu@soryu.co> | 2026-01-15 11:34:06 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-15 11:34:06 +0000 |
| commit | 1f853a39334cc80bb7a27142076c64ad0214c037 (patch) | |
| tree | 07452cce86ff15928ac0d265bb2a7b945612d956 /makima/src/daemon/cli/mod.rs | |
| parent | f432cd73e17ae3470349431ab344d9168be4d580 (diff) | |
| download | soryu-1f853a39334cc80bb7a27142076c64ad0214c037.tar.gz soryu-1f853a39334cc80bb7a27142076c64ad0214c037.zip | |
Advance stages of a contract
Diffstat (limited to 'makima/src/daemon/cli/mod.rs')
| -rw-r--r-- | makima/src/daemon/cli/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makima/src/daemon/cli/mod.rs b/makima/src/daemon/cli/mod.rs index 66c7941..1a49399 100644 --- a/makima/src/daemon/cli/mod.rs +++ b/makima/src/daemon/cli/mod.rs @@ -77,6 +77,9 @@ pub enum SupervisorCommand { /// Get contract status Status(SupervisorArgs), + /// Advance the contract to the next phase + AdvancePhase(supervisor::AdvancePhaseArgs), + /// Ask a question and wait for user feedback Ask(supervisor::AskArgs), } |
