Robert Clover
Robert Clover
It should be! Dunno why it wasn't. Thanks for pointing it out 🙂
So pumped for the spec to land. If you want we can merge now, then do the remaining generators later - what you've got already is _absolutely fantastic_.
> FWIW, I think fig should keep suggesting both remotes/{remote}/{branch} as well as {branch} but prioritising the latter Will definitely keep this in mind. We can check for suggestions that...
Link to the CLI for when I come back to this: https://docs.spring.io/spring-boot/docs/current/reference/html/cli.html#cli
Ah, that's a shame!! This is a particularly hard problem to solve, something even fish hasn't quite got down for the bundled completions. The current way to do this is...
`{ name: "--help", exclusiveOn: "everything" }` 😄
I wouldn't object to `exclusiveOn: true` if we go with it, but to me it doesn't read super well. `exclusive: true` makes more sense to me - could use a...
Another option (haven't thought this through) would be adding `exclusiveOptions: Option[]` to `Fig.Subcommand`. This skips the whole bikeshedding problem entirely by introducing an entirely different bikeshedding problem 😎
We should go with that then! Definitely better than a new top level property. `exclusiveOn: true` (or even `exclusiveOn: "all"`) is also still a good choice if it ends up...
Actually just thinking about this more - `cd */` should show both suggestions too (currently just shows `src`). If the full path of the item doesn't end with the last...