FMotalleb / nu_plugin_image

MIT License
11 stars 4 forks source link

when `to png` 0.4.2 is used inside of custom commands it creates files inside of `cargo/bin` #14

Closed maxim-uvarov closed 4 months ago

maxim-uvarov commented 4 months ago

when to png 0.4.2 is used inside of custom commands it creates files inside of cargo/bin.

I can found some details of solution here: https://github.com/nushell/nushell/issues/12660#issuecomment-2077118521

You can reproduce this:

def test_png [] {table | to png 'test.png'}
ls | test_png

image

FMotalleb commented 4 months ago

That's strange, I haven't been using the explicit naming approach since I implemented the automatic naming solution.

FMotalleb commented 4 months ago

image