Add newline before command categories

The simple formatting change adds a nice blank line before each command
category.  Documentation in README.md is also updated to be more
accurate.
This commit is contained in:
Alan D. Cabrera
2017-09-08 10:37:48 -07:00
parent f017f86fcc
commit 1d334f10ce
2 changed files with 3 additions and 2 deletions

View File

@@ -761,11 +761,11 @@ func main() {
},
{
Name: "add",
Category: "template",
Category: "Template actions",
},
{
Name: "remove",
Category: "template",
Category: "Template actions",
},
}