Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Command hints for rm
  • Loading branch information
janjongboom committed Nov 24, 2011
1 parent 7be2053 commit d2ea940
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/cloud9/ext/shell/package.json
Expand Up @@ -16,6 +16,12 @@
"[PATH]": {"hint": "path pointing to a folder. Autocomplete with [TAB]"}
}
},
"rm" : {
"hint": "remove a file",
"commands": {
"[PATH]": {"hint": "path pointing to a folder. Autocomplete with [TAB]"}
}
},
"pwd": {"hint": "return working directory name"}
}
}

0 comments on commit d2ea940

Please sign in to comment.