Change "set" to "debug"

This commit is contained in:
greg 2018-04-30 23:54:04 -07:00
parent 83fe71f721
commit fff587cd6a
1 changed files with 1 additions and 1 deletions

View File

@ -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,