Indent here doc with tabs

This commit is contained in:
Rezart Qelibari
2022-02-04 15:00:05 +01:00
parent 0a817025b4
commit 7943cf9c78

View File

@@ -158,18 +158,18 @@ function askNecessaryQuestions() {
function main() { function main() {
eval "`docopts -f -V - -h - : "$@" <<- USAGE eval "`docopts -f -V - -h - : "$@" <<- USAGE
Usage: $0 [options] [<module>...] Usage: $0 [options] [<module>...]
Install all included modules. If any <module> arg is given, install only those Install all included modules. If any <module> arg is given, install only those
modules. modules.
Options: Options:
-i, --inverse Exclude the given <module> instead. -i, --inverse Exclude the given <module> instead.
---- ----
$0 0.1.0 $0 0.1.0
Copyright (C) 2022 Rezart Qelibari, Astzweig GmbH & Co. KG Copyright (C) 2022 Rezart Qelibari, Astzweig GmbH & Co. KG
License EUPL-1.2. There is NO WARRANTY, to the extent permitted by law. License EUPL-1.2. There is NO WARRANTY, to the extent permitted by law.
USAGE`" USAGE`"
local allModules=("${(f)$(find ./modules -type f -perm +u=x -maxdepth 1 2> /dev/null | awk -F/ '{print $NF }' | sort -n)}") modulesToInstall local allModules=("${(f)$(find ./modules -type f -perm +u=x -maxdepth 1 2> /dev/null | awk -F/ '{print $NF }' | sort -n)}") modulesToInstall
filterModules filterModules
ensureDocopts ensureDocopts