Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: assume Cmdliner.Arg.conv is abstract #6609

Merged
merged 1 commit into from
Nov 30, 2022

Commits on Nov 30, 2022

  1. refactor: assume Cmdliner.Arg.conv is abstract

    `Cmdliner.Arg.conv` happens to be a pair of `parser` and `printer` but
    is marked as to be made abstract. Actually the work on completion
    requires making it abstract and modify it. So this PR switches to using
    just the public API.
    
    Signed-off-by: Etienne Millon <[email protected]>
    emillon committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1b918de View commit details
    Browse the repository at this point in the history