Merge pull request from mlbright/master

Fix 'Shell commands' table markdown formatting
This commit is contained in:
Jonathan Turner
2019-09-28 18:10:16 +12:00
committed by GitHub

@ -230,6 +230,8 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
| version | Display Nu version | | version | Display Nu version |
## Shell commands ## Shell commands
| command | description |
| ------- | ----------- |
| exit (--now) | Exit the current shell (or all shells) | | exit (--now) | Exit the current shell (or all shells) |
| enter (path) | Create a new shell and begin at this path | | enter (path) | Create a new shell and begin at this path |
| p | Go to previous shell | | p | Go to previous shell |