eza --hyperlink eats the next positional argument
eza v0.23.5 made --hyperlink a clap optional-value flag, so a bare --hyperlink swallows the next argument; attach the value with =.
Today I Learned#eza#clap#cli
eza v0.23.5 made --hyperlink a clap optional-value flag, so a bare --hyperlink swallows the next argument; attach the value with =.
How I moved API key exports from eager shell startup to lazy, process-isolated injection using pass-cli run.