package opam-client

  1. Overview
  2. Docs

doc/opam-client/OpamCommands/index.html

Module OpamCommandsSource

Opam CLI main entry point

Commands

Sourceval is_builtin_command : string -> bool

is_builtin_command arg is true if arg is a prefix of any built-in command

Sourceval is_admin_subcommand : string -> bool

is_admin_subcommand arg is true if arg is a unique prefix of the admin sub-command.

OCaml

Innovation. Community. Security.

On This Page
  1. Commands