Open
Description
I'm not sure if I'm just missing something here, but it seems that the --stdin
flag requires an argument, which is supposed to be a literal nushell script. That's not what standard input means, and limits the size of the script to the system's maximum command size length.
I would expect the --stdin
flag to make the formatter... read from stdin.