Autocomplete files for debug command

imgbot
Dmitry Sharshakov 3 years ago
parent 235a84d989
commit 8cc6d68160
No known key found for this signature in database
GPG Key ID: 471FD32E15FD8473

@ -2277,10 +2277,10 @@ mod cmd {
},
TypableCommand {
name: "debug-start",
alias: None,
alias: Some("dbg"),
doc: "Start a debug session from a given template with given parameters.",
fun: debug_start,
completer: None,
completer: Some(completers::filename),
},
TypableCommand {
name: "debug-eval",

Loading…
Cancel
Save