Results 25 comments of Juhan

Hmm, I see. > There's a long existing TODO note for changing this behavior Can you mention the issue

The problem is that, the spread operator only spreads positional args, and not flags.

This seems to be the issue in our implementation, and not uu_mktemp bug https://github.com/nushell/nushell/blob/4bc4afc86888ff8e0e7fbb4310854e7b18002a20/crates/nu-command/src/filesystem/mktemp.rs#L86 Here it should also set `tmpdir` to true when `unwrap_or`ing https://github.com/uutils/coreutils/blob/2a314c7ff397472e6ae38b618059ab95dd408833/src/uu/mktemp/src/mktemp.rs#L126-L132

> This behavior is documented This is indeed documented. However, I'd argue that documentation was derived from the wrong implementation. Making temporary file in a non tmpfs location makes it...

Will you please start working on this, topiary-nushell is not working because I used the new syntax in my scripts