Autocomplete files for debug command

pull/574/head
Dmitry Sharshakov 2021-08-24 20:38:49 +03:00
parent 235a84d989
commit 8cc6d68160
No known key found for this signature in database
GPG Key ID: 471FD32E15FD8473
1 changed files with 2 additions and 2 deletions

View File

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