Koichi Nakashima
Koichi Nakashima
Sorry, I hadn't checked thoroughly. It seems `wslpath` command incompatible. Which Windows version are you using? The Windows version is displayed with `winver.exe`. What is displayed when running wslpath with...
I don't know if it has anything to do with this issue, https://devblogs.microsoft.com/commandline/do-not-change-linux-files-using-windows-apps-and-tools/
Probably, related this issue. https://github.com/microsoft/WSL/issues/3599 The easiest way is to update to the latest Windows. I'll try to find out workaround, but it will take a little longer because you...
It might work under `/mnt` directory.
Sorry, What I wanted to say is ```console $ cd /mnt/c/User/dale $ eopen . ```
Sorry, again ```console $ cd /mnt/c/User/kci $ eopen . ```
As [posted](#issuecomment-587063006) above, You cannot edit files on WSL in Windows 1809 (except under `/mnt` directory). This is a limitation of WSL on before Windows 1903. The best way is...
Sorry for the late reply. This project is currently low priority for me and is not actively maintained. Therefore, I am replying with fragmentary information without sufficient confirmation. > The...
Hi @martinwittmann, thanks for the contribution! I ran this and got the following ```console $ ./shdotenv -f php ``` Note: - It seems that `$_ENV` is no longer available in...