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:
parent
429a0d3258
commit
e7bb96f730
4 changed files with 19 additions and 4 deletions
11
bin/nux-env
11
bin/nux-env
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue