Fix header titles

This commit is contained in:
rwxrob 2021-12-25 12:15:54 -05:00
parent 1806be55e7
commit 815089d968
No known key found for this signature in database
GPG Key ID: 1CCACEDD2F65578E
1 changed files with 4 additions and 4 deletions

8
cmd
View File

@ -224,7 +224,7 @@ x.some.config.setting() {
## Everything from here to the end of file can be snipped and updated ## Everything from here to the end of file can be snipped and updated
## with latest from https://github.com/rwxrob/template-bash-command. ## with latest from https://github.com/rwxrob/template-bash-command.
# -------------------------- utility command ------------------------- # ------------------------------- usage ------------------------------
HELP[usage]='Displays a summary of usage.' HELP[usage]='Displays a summary of usage.'
@ -238,7 +238,7 @@ x.usage() {
printf "usage: %s (%s)\n" "$EXE" "${cmds[*]}" printf "usage: %s (%s)\n" "$EXE" "${cmds[*]}"
} }
# --------------------------- help command --------------------------- # ------------------------------- help -------------------------------
HELP[help]=' HELP[help]='
@ -293,7 +293,7 @@ _help_title() {
done <<< "${HELP[$name]}" done <<< "${HELP[$name]}"
} }
# -------------------------- readme command -------------------------- # ------------------------------ readme ------------------------------
HELP[readme]=' HELP[readme]='
## Generate `README.md` File ## Generate `README.md` File
@ -321,7 +321,7 @@ x.readme() {
# x.json() { _jsonstr "$@"; } # x.json() { _jsonstr "$@"; }
# x.urlencode() { _urlencode "$@"; } # x.urlencode() { _urlencode "$@"; }
# -------------------------- config command -------------------------- # ------------------------------ config ------------------------------
HELP[config]=' HELP[config]='