Autocomplete files for debug command
This commit is contained in:
parent
235a84d989
commit
8cc6d68160
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue