HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

alr help — Display help information for Alire (`alr`). More information: <https://alire.ada.dev/docs/#first-ste

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandalirecliinformationalr helphelpfordisplay

Problem

How to use the alr help command: Display help information for Alire (alr). More information: <https://alire.ada.dev/docs/#first-steps>.

Solution

alr help — Display help information for Alire (alr). More information: <https://alire.ada.dev/docs/#first-steps>.

Display top-level help and list all available commands:
alr help


Display help for a specific subcommand:
alr help {{subcommand}}


Show the rules for how crate names and versions must be formatted:
alr help identifiers

Code Snippets

Display top-level help and list all available commands

alr help

Display help for a specific subcommand

alr help {{subcommand}}

Show the rules for how crate names and versions must be formatted

alr help identifiers

Context

tldr-pages: common/alr help

Revisions (0)

No revisions yet.