opam:tldr:36160
opam: Display all commands.
$ opam help
try on your machine
The opam help
command is used to display the help documentation and usage instructions for the opam
(OCaml Package Manager) tool.
When you run opam help
, it will provide a list of available commands and a brief description of each command. You can then use opam help [command]
to get more detailed information and options for a specific command.
For example, if you want to learn more about the install
command, you can run opam help install
, and it will show you the available options, flags, and usage examples for the install
command.
The opam help
command is useful for understanding how to use different features and functionalities of opam
, as well as familiarizing yourself with the available commands and their purposes.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.