shelljs/commands.json
Nate Fischer 1548b3da00 refactor: list all commands in commands.json (#616)
* refactor: list all commands in commands.json

This also changes the order of commands in the docs, due to how I changed
the doc-generating script.

* fix lint error and alphabetize command list
2016-12-14 17:57:11 -08:00

30 lines
263 B
JSON

[
"cat",
"cd",
"chmod",
"cp",
"dirs",
"echo",
"exec",
"find",
"grep",
"head",
"ln",
"ls",
"mkdir",
"mv",
"pwd",
"rm",
"sed",
"set",
"sort",
"tail",
"tempdir",
"test",
"to",
"toEnd",
"touch",
"uniq",
"which"
]