ソースを参照

Remove obsolete internal subcommands

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

+ 0
- 3
src/saturnin.sh.skel ファイルの表示

@@ -291,9 +291,6 @@ saturnin__main() {
291 291
     debug -v SATURNIN_APP_VERSION SATURNIN_CONF_PATH
292 292
     case "$subcommand" in
293 293
         conf)    saturnin__conf "$@"                ;;
294
-        _ls_sc)  saturnin__lssc                     ;;
295
-        _lsfun)  shellfu-get lsfun                  ;;
296
-        _lsmod)  shellfu-get lsmod                  ;;
297 294
         *)       saturnin__runsc "$subcommand" "$@" ;;
298 295
     esac
299 296
 }