Add cd and pwd commands to change the working dir

Closes #451
This commit is contained in:
Zachary Yedidia
2016-11-18 16:48:08 -05:00
parent 7bc8d77387
commit 3ecdd96931
6 changed files with 75 additions and 10 deletions

View File

@@ -64,6 +64,10 @@ Here are the possible commands that you can use.
* `reload`: reloads all runtime files.
* `cd path`: Change the working directory to the given `path`.
* `pwd`: Print the current working directory.
---
The following commands are provided by the default plugins: