Daniel Bünzli
Daniel Bünzli
Thanks! However, is there any reason why you are not using the`Makefile` build ? That's the official build procedure (see the [`opam` file](https://github.com/dbuenzli/cmdliner/blob/master/cmdliner.opam)). The `topkg` build will be removed at...
Duplicate of #139. Indeed it seems that when we brought UTF-8 man page support in https://github.com/dbuenzli/cmdliner/commit/3fe9fcf5ea991bb3bf37117fd4c77fcfaca1b3d7 we didn't realize `mandoc` didn't ship on earlier macos version. Please don't start working...
Thanks anyways. But indeed it's a bit annoying we can't know how and when `mandoc` gets installed on `macOS`. But then I bet you do have xcode command line tools...
> Is it there in macOS-11? It is. So I guess it appeared in macOS 11. Maybe @MisterDA who looked into these things knows better ? > Maybe the best...
Why don't you simply shift your `exit_code_to_int` into the term and use `Cmd.eval'` ?
Thanks for these comments. They are not being ignored. It's just that I have too much other things in my head and todo at the moment.
> A couple of quick thoughts triggered by another discussion. I agree that hidden (though of course documented!) command line switch seems the best bet, but how about making it...
This issue annoys me very much because after all these years I still don't really know what to do about it. The only step that was taken is to reserve...
Given the reactions I think my proposal was misunderstood. The idea is not to help you write these terrible shell runes directly by allowing you to invoke `--cmdliner` and work...
> Ah I see. If things are static, why do you prefer a structured format instead of an OCaml API? I don't know, that could be an idea. But I...