LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

alr-help

Display help for Alire package manager commands.

TLDR

Display help for a specific alr command
$ alr help [command]
copy
List all available alr commands
$ alr help
copy
Display global options and general help
$ alr --help
copy

SYNOPSIS

alr help [command]

DESCRIPTION

alr help displays detailed help information for Alire (Ada/SPARK package manager) commands. When run without arguments, it shows a list of all available commands. When a command name is provided, it displays detailed usage information for that specific command.Alire is a source package manager for Ada/SPARK, similar to Rust's cargo or OCaml's opam. The alr command-line tool manages dependencies, builds projects, and incorporates libraries from the Alire catalog.

PARAMETERS

command

The name of the alr subcommand to get help for.

INSTALL

sudo apt install alire
copy
yay -S alire
copy
nix profile install nixpkgs#alire
copy

SEE ALSO

alr(1), alr-version(1)

RESOURCES

Copied to clipboard
Kai