summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
Diffstat (limited to 'manage')
-rwxr-xr-xmanage4
1 files changed, 4 insertions, 0 deletions
diff --git a/manage b/manage
index 0c7b04fb8..b61b4a19b 100755
--- a/manage
+++ b/manage
@@ -9,6 +9,9 @@ source "$(dirname "${BASH_SOURCE[0]}")/utils/lib.sh"
# shellcheck source=utils/lib_static.sh
source "$(dirname "${BASH_SOURCE[0]}")/utils/lib_static.sh"
+# shellcheck source=utils/lib_go.sh
+source "$(dirname "${BASH_SOURCE[0]}")/utils/lib_go.sh"
+
# config
PYOBJECTS="searx"
@@ -91,6 +94,7 @@ themes.:
pygments.:
less : build LESS files for pygments
EOF
+ go.help
static_help
}