tcc_run_cli: Run the tinycc CLI

View source: R/tinycc.R

tcc_run_cliR Documentation

Run the tinycc CLI

Description

Run the tinycc CLI

Usage

tcc_run_cli(args = character(), tcc_path = check_cli_exists())

Arguments

args

Character vector of CLI arguments (e.g., c("-c", file, "-o", out)).

tcc_path

Optional path to the tcc binary; defaults to the bundled CLI.

Value

Integer status from system2().


Rtinycc documentation built on April 28, 2026, 1:07 a.m.