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 {
|
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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue