summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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 0c6d0d5..fd6f779 100644
--- a/templates/_registry.rs.template
+++ b/templates/_registry.rs.template
@@ -1,13 +1,13 @@
// Auto generated by build.rs
-use crate::subcmd::cmd::{JVCommand, JVCommandContext};
-use crate::subcmd::errors::CmdProcessError;
+use crate::cmd::cmd_system::{JVCommand, JVCommandContext};
+use crate::cmd::errors::CmdProcessError;
<<LINE>>
/// Input parameters, execute a command node
pub async fn jv_cmd_process_node(
node: &str,
args: Vec<String>,
ctx: JVCommandContext
-) -> Result<crate::subcmd::renderer::JVRenderResult, crate::subcmd::errors::CmdProcessError> {
+) -> Result<crate::cmd::renderer::JVRenderResult, crate::cmd::errors::CmdProcessError> {
match node {
// PROCESS
// -- TEMPLATE START --