1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-11 22:19:00 +00:00

refactor: centralize subcommand help handlers

This commit is contained in:
tw93
2026-02-10 14:59:10 +08:00
parent 3820bf2be7
commit 172afa83af
7 changed files with 432 additions and 411 deletions

View File

@@ -18,6 +18,7 @@ source "$_MOLE_CORE_DIR/log.sh"
source "$_MOLE_CORE_DIR/timeout.sh"
source "$_MOLE_CORE_DIR/file_ops.sh"
source "$_MOLE_CORE_DIR/help.sh"
source "$_MOLE_CORE_DIR/ui.sh"
source "$_MOLE_CORE_DIR/app_protection.sh"