Skip to content
Merged
740 changes: 625 additions & 115 deletions crates/node/src/commands/execute.rs

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion crates/node/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,8 @@ pub(crate) mod changes;
// TODO: will be implemented on story 9.3 (clone command)
pub(crate) mod clone;

// TODO: will be implemented on story 6.3 (execute command)
// Execute command (Story 6.3)
pub(crate) mod execute;

// Re-export execute function for lib.rs
pub use execute::execute;
Loading
Loading