1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-12 13:34:29 +01:00
Commit graph

14 commits

Author SHA1 Message Date
acefb64cdc nux: Renamed nux-base.inc.sh to nux.inc.sh 2017-07-16 16:50:43 +02:00
654461dc02 nux-runner: Added subtask support
Added support for subtasks in shell form task.parent.subtask
  - task could by invoked from shell:
       [app] [task] [subtask]
       [app] [task.subtask]
  - added support for subtasks to help system

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2017-06-29 14:08:52 +02:00
4481ca2c56 nux.repl: Improved autocompletion feature
Added:
 - autocompletion automaticly proposes tasks
 - autocompletion for debug, trace, help tasks
 - extension points for custom task specific autocompleters.
2017-06-21 15:09:08 +02:00
613ef65f67 nux.cfg: Introduced configuration engine.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2017-06-20 18:25:04 +02:00
89010fd209 Improved help system.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2017-06-20 15:55:07 +02:00
ba09014710 nux-runner Improved detection of direct invoke.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2017-06-12 14:44:43 +02:00
089cb5ccce shelldoc: Added micro markup support for shell comments.
Added support for micro markup to ease reading and to
highlight keywords and headings in documentation derived
from shell comments.

nuxfs and nux-runner takes advantage from this.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2017-06-11 17:23:55 +02:00
0365b413ab nux-runner: Fixed message if no script is specified.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2017-05-29 14:08:05 +02:00
Tony Tkacik
1737416a72 nux-runner: Added support ti be included as source.
Signed-off-by: Tony Tkacik <atkacik@brocade.com>
2016-12-01 16:17:33 +01:00
8267bc2e12 Moved is_function and runner.run to inc/
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2016-11-11 20:09:30 +01:00
6e5c5986c3 Refactored some common functions to nux-base.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2016-11-11 19:54:18 +01:00
9aa2386987 Splitted part of nux-ranner into include script.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2016-11-11 17:18:54 +01:00
76ae7c20f7 nux-runner - added more defensivity and docs 2016-11-10 16:23:11 +01:00
bd4c42d40d Added nux-runner script to provide common functionality 2016-11-10 15:21:05 +01:00