Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add workaround for pushd and popd to README (#122)
  • Loading branch information
eteeselink authored and nfischer committed Aug 22, 2017
1 parent a73e66d commit bc803b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -85,8 +85,8 @@ Due to the differences in execution environments between ShellJS and `shx` (JS v
| Unsupported command | Recommend workaround |
| ------------------- | -------------------- |
| `shx cd` | Just use plain old `cd` (it's the same on windows too) |
| `shx pushd` | No workaround |
| `shx popd` | No workaround |
| `shx pushd` | Just use plain old `pushd`. Use forward slashes and double-quote the path. (e.g. `pushd "../docs"`. This would fail on Windows without the quotes) |
| `shx popd` | Just use plain old `popd` |
| `shx dirs` | No workaround |
| `shx set` | See below |
| `shx exit` | Just use plain old `exit` |
Expand Down

0 comments on commit bc803b7

Please sign in to comment.