3geek14
3geek14
Thanks for the link, I'll try to write better commit messages in the future (as well as try to remember to sign my commits). Since I'm not sure how to...
I too was about to add a similar issue. I'm curious what "Option B" is.
I'm on a slightly older version (2.0.0-beta2.21617.1), and I've had a very similar issue. I have an `Option`: ``` Option fakeOption = new("--fake-flag", "this is fake"); ``` When passed a...
Thanks for the update @adamsitnik! Do you know if there's also been any way added to ensure that certain options are validated (or at least type-checked) before other options? Also,...
Example (using the old API, as I don't have the new version on my machine yet): I have an option that expects an enum. Depending on which value is passed,...
@adamsitnik would you like me to file a new issue with a feature request for options that depend on each other?
Is there a reason the linked PR stalled? Is this issue looking for a new approach?
I agree with @adunning ! I have a bit of inline formatting that I implement as `[text]{.myclass}` in the markdown, which turns into `{text}` in the LaTeX. It'd be awesome...