R/tinycc.R
tcc_run_cli.Rd
Run the tinycc CLI
tcc_run_cli(args = character(), tcc_path = check_cli_exists())
Character vector of CLI arguments (e.g., c("-c", file, "-o", out)).
c("-c", file, "-o", out)
Optional path to the tcc binary; defaults to the bundled CLI.
tcc
Integer status from system2().
system2()