Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add shx cd support #58

Closed
gasolin opened this issue May 17, 2016 · 3 comments
Closed

add shx cd support #58

gasolin opened this issue May 17, 2016 · 3 comments

Comments

@gasolin
Copy link

gasolin commented May 17, 2016

seems shelljs has cd support but shx does not support shx cd yet

@ariporad
Copy link
Contributor

Hi @gasolin:

shx cd actually can't work, because there's no way for a child process (ex. shx) to updates a parent process's cwd. Sorry.

I'm going to close this, but feel free to reopen if I've misunderstood.

@gasolin
Copy link
Author

gasolin commented May 17, 2016

Thanks for clarify. Maybe it worth to mention in README, or people would expect shx will have full functionality that shelljs is capable of.

@nfischer
Copy link
Member

@gasolin If you need to perform a cd operation, you can just type cd instead of shx cd. It works on both Windows & unix.

I agree, it's probably worth mentioning the list of supported commands in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants