Quellcode durchsuchen

File internal function under INTERNAL divider

Alois Mahdal vor 6 Jahren
Ursprung
Commit
9064f6937a
1 geänderte Dateien mit 10 neuen und 10 gelöschten Zeilen
  1. 10
    10
      src/saturnin.sh.skel

+ 10
- 10
src/saturnin.sh.skel Datei anzeigen

295
     esac
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
 saturnin__help() {
298
 saturnin__help() {
309
     #
299
     #
310
     # Print meta-command help text
300
     # Print meta-command help text
462
 # INTERNAL # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
452
 # INTERNAL # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
463
 #          #                        use in your code to anger the divine #
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
 _saturnin__conf__merge() {
465
 _saturnin__conf__merge() {
466
     #
466
     #
467
     # Take paths and applying merge strategy, load file(s)
467
     # Take paths and applying merge strategy, load file(s)