Autocomplete files for debug command

This commit is contained in:
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

View file

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