1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

Added small updates.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2017-06-19 15:31:11 +02:00
parent 429a0d3258
commit e7bb96f730
4 changed files with 19 additions and 4 deletions

View file

@ -18,6 +18,17 @@ task.update() {
popd > /dev/null
}
## install Install nux-env recommended binaries if not present
##
task.install() {
:
}
## help.inc <inc>
## Displays help for specified nuxs-env library.
##
task.help.inc() {
local name="$1"
nux.help.comment $NUX_INC_DIR/$name.inc.sh
}