Fix spacing issues
This commit is contained in:
parent
0d90b0f45a
commit
cede08c518
|
@ -60,7 +60,6 @@ Copyright 2021 Rob Muhlestein <rob@rwx.gg>
|
||||||
Released under Apache-2.0 License
|
Released under Apache-2.0 License
|
||||||
Please mention <https://youtube.com/rwxrob>
|
Please mention <https://youtube.com/rwxrob>
|
||||||
|
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
### The `bar` Command
|
### 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*
|
||||||
|
|
||||||
|
|
2
command
2
command
|
@ -171,7 +171,7 @@ GitHub or similar hosting service. '
|
||||||
command_readme() {
|
command_readme() {
|
||||||
_trim "${help[main]}"
|
_trim "${help[main]}"
|
||||||
local usage="$(command_usage)"
|
local usage="$(command_usage)"
|
||||||
printf "\n\n## Commands\n\n"
|
printf "\n## Commands\n\n"
|
||||||
local -a names=("${!help[@]}")
|
local -a names=("${!help[@]}")
|
||||||
while IFS= read -r name; do
|
while IFS= read -r name; do
|
||||||
[[ $name = main ]] && continue
|
[[ $name = main ]] && continue
|
||||||
|
|
Loading…
Reference in New Issue