summaryrefslogtreecommitdiff
path: root/templates/_registry.rs.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_registry.rs.template')
-rw-r--r--templates/_registry.rs.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_registry.rs.template b/templates/_registry.rs.template
index cac3c8e..957484c 100644
--- a/templates/_registry.rs.template
+++ b/templates/_registry.rs.template
@@ -1,6 +1,6 @@
// Auto generated by build.rs
-use crate::cmd::cmd_system::{JVCommand, JVCommandContext};
-use crate::cmd::errors::CmdProcessError;
+use crate::systems::cmd::cmd_system::{JVCommand, JVCommandContext};
+use crate::systems::cmd::errors::CmdProcessError;
<<LINE>>
/// Input parameters, execute a command node
pub async fn jv_cmd_process_node(
@@ -8,7 +8,7 @@ pub async fn jv_cmd_process_node(
args: Vec<String>,
ctx: JVCommandContext,
renderer_override: String
-) -> Result<crate::cmd::renderer::JVRenderResult, crate::cmd::errors::CmdProcessError> {
+) -> Result<crate::systems::cmd::renderer::JVRenderResult, crate::systems::cmd::errors::CmdProcessError> {
match node {
// PROCESS
// -- TEMPLATE START --