Etienne Millon

Results 159 comments of Etienne Millon

Hi, The answer is definitely "Makes sense, we will work on it (assuming we have time, etc.) / are already working on it" :) Historically Merlin has been supporting a...

I'll put comments with places to discuss. The PR on cmdliner is https://github.com/ocaml-dune/cmdliner/pull/1.

Actually, regarding displaying command names or not, this is a feature that we introduced in our fork to implement groups in #3936. So it's not a regression in cmdliner. I'd...

Thanks! I've closed the cmdliner issue, will merge the ocaml-dune/cmdliner PR, and take care of the rest here.

Yes I noticed the same issue with zsh. A side effect is that when you're in a directory with a local switch, there's no way to temporarily override the switch...

It's not always working. I suppose it's a different issue, but for example if `active` is the current active switch, the following does not print what I would expect: opam...

I don't always have control about the nested opam command, for example it can be started by a script or another program. I have a workaround, in that case I...

Thanks for the feedback. I think that the confusion comes from the fact that the semantics of `with-doc` are not well defined in terms of what to expect (I don't...