Arrea.CLI (Arrea v1.0.0)

Copy Markdown View Source

Entry point for the Arrea command-line interface.

Thin wrapper that pre-processes arguments (extracts --asdf-* and --mise-* flags before they reach the Alaja.CLI.Definition DSL) and delegates to Arrea.CLI.Definition.main/1.

Usage

arrea [--help | -h]
arrea [--version | -v]
arrea <command> [args...]
arrea <command> --help

Summary

Functions

Main entry point. Parses arguments and dispatches to the DSL.

Functions

main(args)

@spec main([String.t()]) :: :ok | no_return()

Main entry point. Parses arguments and dispatches to the DSL.