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

!run does not support ~ expansion #38

Closed
ndimiduk opened this issue Jan 15, 2016 · 1 comment
Closed

!run does not support ~ expansion #38

ndimiduk opened this issue Jan 15, 2016 · 1 comment

Comments

@ndimiduk
Copy link

Try:

> !run ~/myfile.sql
java.io.FileNotFoundException: ~/myfile.sql (No such file or directory)

Granted, this is usually handled by a shell, but we can provide a little nicer experience here.

@julianhyde
Copy link
Owner

Fixed in 02987f8 (via #85). Thanks @snuyanzin!

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

No branches or pull requests

2 participants