There was an error while loading. Please reload this page.
1 parent 5060c84 commit 9632fefCopy full SHA for 9632fef
1 file changed
src/core/engine/mod.rs
@@ -5,9 +5,7 @@
5
// Leaf execution primitives moved to the internal `homeboy-engine-primitives`
6
// crate. Re-exported here so existing `crate::core::engine::{shell,command,...}`
7
// call sites keep working unchanged.
8
-pub use homeboy_engine_primitives::{
9
- command, identifier, output_parse, shell, template, text,
10
-};
+pub use homeboy_engine_primitives::{command, identifier, output_parse, shell, template, text};
11
12
pub mod baseline;
13
pub mod cli_tool;
0 commit comments