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

Improved help system.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2017-06-20 15:55:07 +02:00
parent ff4e509d1c
commit 89010fd209
9 changed files with 233 additions and 133 deletions

View file

@ -1,10 +1,7 @@
.use-dsl nuxfs.apply
should-not-exists.check.failed() {
for f in "$rel_path"; do
rm -r "$f"
nux.dsl.info $f Deleted.
done
find "$(dirname "$rel_path")" -maxdepth 1 -iname "$id" -delete
}
cathegorize.process.file() {