logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

alr-printenv - Print the build environment variables

Author

       Generated with generate-man from Alire execution

Alire 1.2                                          Aug 3, 2022                                   ALR-PRINTENV(1)

Description

       Print  the  environment  variables  used  to  build  the crate. This command can be used to setup a build
       environment, for instance before starting an IDE.

       Examples: - eval $(alr printenv --unix) - alr printenv --powershell | Invoke-Expression

Global Options

       -c, --config=ARG
            Override configuration folder location

       -f, --force
            Keep going after a recoverable troublesome situation

       -h, --help
            Display general or command-specific help

       -n, --non-interactive
            Assume default answers for all user prompts

       --no-color
            Disables colors in output

       --no-tty
            Disables control characters in output

       --prefer-oldest
            Prefer oldest versions instead of newest when resolving dependencies

       --version
            Displays version and exits

       -q   Limit output to errors

       -v   Be more verbose (use twice for extra detail)

       -d, --debug[]
            Enable debug-specific log messages

Name

       alr-printenv - Print the build environment variables

Options

       --details
            Print details about the environment variables and their origin

       --unix
            Use a UNIX shell format for the export (default)

       --powershell
            Use a Windows PowerShell format for the export

       --wincmd
            Use a Windows CMD shell format for the export

See Also

alr(1), alr-config(1), alr-toolchain(1), alr-version(1), gprbuild(1)

Synopsis

alrprintenv [options]

See Also