Change "set" to "debug"
This commit is contained in:
parent
83fe71f721
commit
fff587cd6a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user