"git ls-files",
"git status"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-add.html\nhttp://www.kernel.org/pub/software/scm/git/docs/git-commit.html",
+ "help": [
+ "http://www.kernel.org/pub/software/scm/git/docs/git-add.html",
+ "http://www.kernel.org/pub/software/scm/git/docs/git-commit.html"
+ ],
"tags": [
"add",
"commit"
"setup": [
"echo 'This project is wonderful' > README"
],
- "help": "The README file is in your current directory.\nhttp://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html",
+ "help": [
+ "The README file is in your current directory.",
+ "http://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html"
+ ],
"dependencies": [
"list all the files in the current directory"
]