mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
nux.repl: Improved autocompletion feature
Added: - autocompletion automaticly proposes tasks - autocompletion for debug, trace, help tasks - extension points for custom task specific autocompleters.
This commit is contained in:
parent
0888955756
commit
4481ca2c56
3 changed files with 108 additions and 0 deletions
|
|
@ -104,6 +104,12 @@ task.() {
|
|||
task.help
|
||||
}
|
||||
|
||||
|
||||
## interactive::
|
||||
## Executes interactive application shell.
|
||||
task.interactive() {
|
||||
nuxr.task.interactive "$@"
|
||||
}
|
||||
###
|
||||
###
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue