diff --git a/schala-repl/src/lib.rs b/schala-repl/src/lib.rs index 6feb2ee..1d36e65 100644 --- a/schala-repl/src/lib.rs +++ b/schala-repl/src/lib.rs @@ -277,7 +277,7 @@ impl Repl { writeln!(buf, "{}", lang.custom_interpreter_directives_help()).unwrap(); Some(buf) }, - "set" => { + "debug" => { let show = match commands.get(1) { Some(&"show") => true, Some(&"hide") => false,