mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Nuweb drop
Signed-off-by: root <root@tdm-cloud.(none)>
This commit is contained in:
parent
ee9a720f67
commit
a7b55553ad
62 changed files with 1772 additions and 608 deletions
6
inc/nuxr/repl.nuxsh.sh
Normal file → Executable file
6
inc/nuxr/repl.nuxsh.sh
Normal file → Executable file
|
|
@ -2,7 +2,7 @@
|
|||
###
|
||||
#
|
||||
#
|
||||
@namespace nuxr.repl. {
|
||||
@namespace nuxr.repl {
|
||||
function :process {
|
||||
backendFunc=task.$command;
|
||||
if nux.check.function repl.command.$command; then
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
}
|
||||
|
||||
@namespace repl.command. {
|
||||
@namespace repl.command {
|
||||
##
|
||||
## repl.command.::
|
||||
## fallback command which does nothing if user just presses enter.
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
|
||||
|
||||
@namespace nuxr.repl.completer. {
|
||||
@namespace nuxr.repl.completer {
|
||||
|
||||
function :search.tasks {
|
||||
set | grep -G "^task\.$1.* ()" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue