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();
|
writeln!(buf, "{}", lang.custom_interpreter_directives_help()).unwrap();
|
||||||
Some(buf)
|
Some(buf)
|
||||||
},
|
},
|
||||||
"set" => {
|
"debug" => {
|
||||||
let show = match commands.get(1) {
|
let show = match commands.get(1) {
|
||||||
Some(&"show") => true,
|
Some(&"show") => true,
|
||||||
Some(&"hide") => false,
|
Some(&"hide") => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user