Browse Source

Module help

Ernesto Nicolás Carrea 5 years ago
parent
commit
4f2df24c64
1 changed files with 11 additions and 0 deletions
  1. 11 0
      bin/module/help.inc

+ 11 - 0
bin/module/help.inc

@@ -0,0 +1,11 @@
+#!/bin/bash
+
+hestia_module_help() {
+    echo "Usage:"
+    echo "  hestia module list"
+    echo "  hestia module info MODULE_NAME"
+    echo "  hestia module install MODULE_NAME"
+    echo "  hestia module remove MODULE_NAME"
+    echo "  hestia module what-provides MODULE_NAME|FEATURE_NAME"
+    echo ""
+}