cli: Run the Arl CLI

View source: R/cli.R

cliR Documentation

Run the Arl CLI

Description

Entry point for the Arl command-line interface. Parses arguments and runs the requested action (REPL, file evaluation, or expression evaluation).

Usage

cli(args = commandArgs(trailingOnly = TRUE))

Arguments

args

Command-line arguments to parse (defaults to commandArgs(trailingOnly = TRUE)).

Value

Invisibly returns NULL.


arl documentation built on March 19, 2026, 5:09 p.m.