1
1
Fork 0
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:
Tony Tkáčik 2017-06-21 15:09:08 +02:00
parent 0888955756
commit 4481ca2c56
3 changed files with 108 additions and 0 deletions

View file

@ -104,6 +104,12 @@ task.() {
task.help
}
## interactive::
## Executes interactive application shell.
task.interactive() {
nuxr.task.interactive "$@"
}
###
###