mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
* 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
30 lines
263 B
JSON
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"
|
|
]
|