Jakub Žádník
Jakub Žádník
Ah yeah, I didn't notice it got closed.
That's because the output of the hook is "eaten". If there is some data flowing from the hook (like `ls` or `echo foo`), it will be ignored. The solution is...
Thanks! I purposefully kept it in for the next release for compatibility reasons. We can land it after the next release.
I'm not sure about the ignored tests. Could you try converting them to use the `export-env` and `overlay use` like the other tests? I'd like to see what errors they...
Oh, and the whole "Cleanup" part from the hackmd I'm planning to do after the release so people have time to transition and fix their scripts until the next-next release.
@WindSoilder If you don't mind, I'll push some changes to your PR. I'd like to check the tests and also investigate the `--keep-custom` flag and it's easier to for me...
I went through the tests again because the `use` command adopted the `source-env` functionality. I also finished all the environment cleanup. The virtualenv tests are failing because `hide` no longer...
A while back we added something similar for external completions where it passes the current line split into words: https://github.com/nushell/nushell/pull/6295 I think we should be able to add something similar...
This is due to the half-implemented overloading. The `agg` exists only for dataframes but you gave it `Any` input type so it didn't find the implementation.
You need to wrap the -W in quotes, otherwise Nushell thinks it's a flag for `exec`.