Fix spacing issues

This commit is contained in:
rwxrob 2021-08-10 19:18:22 -04:00
parent 0d90b0f45a
commit cede08c518
No known key found for this signature in database
GPG Key ID: 1CCACEDD2F65578E
2 changed files with 2 additions and 3 deletions

View File

@ -60,7 +60,6 @@ Copyright 2021 Rob Muhlestein <rob@rwx.gg>
Released under Apache-2.0 License
Please mention <https://youtube.com/rwxrob>
## Commands
### The `bar` Command
@ -103,5 +102,5 @@ Displays a summary of usage.
----
*Autogenerated Tue Aug 10 07:15:16 PM EDT 2021*
*Autogenerated Tue Aug 10 07:18:16 PM EDT 2021*

View File

@ -171,7 +171,7 @@ GitHub or similar hosting service. '
command_readme() {
_trim "${help[main]}"
local usage="$(command_usage)"
printf "\n\n## Commands\n\n"
printf "\n## Commands\n\n"
local -a names=("${!help[@]}")
while IFS= read -r name; do
[[ $name = main ]] && continue