summaryrefslogtreecommitdiff
path: root/src/systems/cmd/cmd_system.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/cmd/cmd_system.rs')
-rw-r--r--src/systems/cmd/cmd_system.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems/cmd/cmd_system.rs b/src/systems/cmd/cmd_system.rs
index 05fe5e7..67f5c7f 100644
--- a/src/systems/cmd/cmd_system.rs
+++ b/src/systems/cmd/cmd_system.rs
@@ -18,6 +18,7 @@ pub struct JVCommandContext {
pub help: bool,
pub confirmed: bool,
pub args: Vec<String>,
+ pub lang: String,
}
pub trait JVCommand<Argument, Input, Collect>