Closed drmikecrowe closed 8 months ago
sigoden/argc#285 fixed nushell completion script.
In nushell, the leading indicator is dynamic, |
for completion menu, ?
for history/help menu.
https://github.com/nushell/nushell/blob/e7f1bf85350b4c2cf3e89ef39434b73c381730c8/crates/nu-cli/src/reedline_config.rs#L23
Thanks for helping me with my yq issues. I'm now seeing this when I activate with nushell:
I think it wants the code to be:
However, when I make this change, I'm getting a leading
|
in my completion. Is this not the right fix?My complete script is:
Here's how it happens: