|
@@ -295,16 +295,6 @@ saturnin__main() {
|
295
|
295
|
esac
|
296
|
296
|
}
|
297
|
297
|
|
298
|
|
-_saturnin__cat_helpfile() {
|
299
|
|
- #
|
300
|
|
- # Print helpfile $1
|
301
|
|
- #
|
302
|
|
- local helpfile=$1 # path to help file
|
303
|
|
- cat "$helpfile" >&2 && return 0
|
304
|
|
- saturnin__bug "cannot print help file: $helpfile"
|
305
|
|
- return 3
|
306
|
|
-}
|
307
|
|
-
|
308
|
298
|
saturnin__help() {
|
309
|
299
|
#
|
310
|
300
|
# Print meta-command help text
|
|
@@ -462,6 +452,16 @@ saturnin__wraphook() {
|
462
|
452
|
# INTERNAL # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
463
|
453
|
# # use in your code to anger the divine #
|
464
|
454
|
|
|
455
|
+_saturnin__cat_helpfile() {
|
|
456
|
+ #
|
|
457
|
+ # Print helpfile $1
|
|
458
|
+ #
|
|
459
|
+ local helpfile=$1 # path to help file
|
|
460
|
+ cat "$helpfile" >&2 && return 0
|
|
461
|
+ saturnin__bug "cannot print help file: $helpfile"
|
|
462
|
+ return 3
|
|
463
|
+}
|
|
464
|
+
|
465
|
465
|
_saturnin__conf__merge() {
|
466
|
466
|
#
|
467
|
467
|
# Take paths and applying merge strategy, load file(s)
|