#!/bin/bash # Generated by perl modules # App::Spec v0.013 # App::Spec::Bash v0.000 APPSPEC.help() { cat < [options] Subcommands: nested1 Nested subcommand 1 service Start and stop services test1 Test command help Show command help Options: --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-help() { cat < [options] Subcommands: nested1 service test1 Options: --all (flag) --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-help-nested1() { cat < [options] Subcommands: nested2 Options: --all (flag) --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-help-nested1-nested2() { cat < [options] Subcommands: list start status stop Options: --all (flag) --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-help-service-list() { cat < [options] Subcommands: nested2 Nested subcommand 2 Options: --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-nested1-nested2() { cat < [options] Subcommands: list List services start Start status Status stop Stop Options: --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-service-list() { cat < [options] Parameters: service * Service name Options: --help -h Show command help (flag) --restart -r Restart if already running (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-service-status() { cat < [options] Parameters: service * Service name Options: --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-service-stop() { cat < [options] Parameters: service * Service name Options: --help -h Show command help (flag) --version -V Show version (flag) EOHELP } APPSPEC.help-test1() { cat <