Ryan Geary
Ryan Geary
I personally don't use fish shell but am happy to have completions for those who do. What is the recommended/idiomatic way to distribute them? I imagine adding them to fish...
Yeah the command name is the same on all platforms, and I'm not planning any upcoming changes to options or features. Some may occur but it will be a pretty...
This is blocked by an issue in `clap` that prevents env vars from being used for flags.
Hi @spearkkk, thanks for the suggestion. I am going to mull this over and think about the implications. I think it can probably be added without issue, but will probably...
Hi @franklintimoteo, Sorry for the delayed response. Can you run: ``` # make sure code is up to date git fetch git checkout origin/develop # make sure rust is up...
Is there any chance you're building the tests for `backslash`: https://github.com/theryangeary/backslash ? The failing tests look like they are coming from there.
Sure, I can work on adding a Windows binary. In the meantime it should be easy to build from source on windows. If that's not the case let me know!
Hi @lukehsiao, thanks for the contribution. I will review it more closely soon.
Thanks for the thorough updates. It looks like if we want to convert to clap (whether v4 or v3) we need to hold off a bit until the negative number...
Agreed. Let's wait and see if clapv4 can work for us, and if it ends up that it isn't going to work, we can decide how to proceed from there.