We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cd
Suppose there's a directory called '1' in the current working directory. If I try cd 1, it fails with
cd 1
Execution error (IllegalArgumentException) at closh.zero.platform.process/resolve-path (process.clj:29). No matching ctor found for class java.io.File
cd ./1 and cd 1/ both work.
cd ./1
cd 1/
The text was updated successfully, but these errors were encountered:
ad314ba
Thanks for the report! Fixed in master.
Sorry, something went wrong.
No branches or pull requests
Suppose there's a directory called '1' in the current working directory. If I try
cd 1
, it fails withExecution error (IllegalArgumentException) at closh.zero.platform.process/resolve-path (process.clj:29). No matching ctor found for class java.io.File
cd ./1
andcd 1/
both work.The text was updated successfully, but these errors were encountered: