-
Notifications
You must be signed in to change notification settings - Fork 101
Split odoc_driver into 3 sub-commands #1237
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Nice solution.
let doc = "Show html-generate commands containing the string" in | ||
Arg.(value & opt (some string) None & info [ "html-grep" ] ~doc) | ||
let cmd = | ||
let doc = "Opam mode" in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This manpage string can be made more explicit in #1229.
Co-authored-by: Paul-Elliot Anglès d'Auriac <peada@free.fr>
| Voodoo of { package_name : string; blessed : bool } | ||
| Dune of { path : Fpath.t } | ||
| Opam of { packages_dir : Fpath.t option } | ||
| Opam of { packages : string list; packages_dir : Fpath.t option } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonludlam this is where the new argument libs
will go in #1229
Cool thanks! |
Inspired by #1229 (comment)