ソースを参照

Be more informative about saturnin__runhook()

Alois Mahdal 7 年 前
コミット
3b0b91d3b5
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 4
    1
      src/saturnin.sh.skel

+ 4
- 1
src/saturnin.sh.skel ファイルの表示

@@ -310,7 +310,10 @@ saturnin__conf_mkpath() {
310 310
 
311 311
 saturnin__runhook() {
312 312
     #
313
-    # Run custom hook
313
+    # Run custom hook named $1 from respective configuration section
314
+    #
315
+    # Will load joined multi-line key "hook.$SATURNIN_SUBCOMMAND.$1",
316
+    # and execute it as Bash code.
314 317
     #
315 318
     local hname="$1"
316 319
     local hook_code