opam-client
OpamCommands
Opam CLI main entry point
val is_builtin_command : string -> bool
is_builtin_command arg is true if arg is a prefix of any built-in command
is_builtin_command arg
true
arg
val is_admin_subcommand : string -> bool
is_admin_subcommand arg is true if arg is a unique prefix of the admin sub-command.
is_admin_subcommand arg
val get_cmdliner_parser : OpamCLIVersion.Sourced.t -> OpamArg.command * OpamArg.command list