Command index
The index uses run env, the five run with-* wrappers, and system cpus from the next release. Published version 0.1.6 instead uses env run and does not include the wrappers or CPU queries. The other command names below are already available in 0.1.6. See Migration.
All 25 commands are available through the native executable and the npm launcher in the next release. Use pnpm exec clibox or npm exec -- clibox for a project-local installation.
Help and version
clibox, clibox -h, and clibox --help print root help to stdout and exit successfully. clibox -V or clibox --version prints the installed version. Add -h to a command for core rules and examples or --help for detailed constraints.
Running a group without its required subcommand prints that group's help to stderr and returns 2. Other invalid arguments also return 2, with redacted diagnostics. See Output and cancellation for runtime statuses and Migration for removed names.
The executable is the public interface; no JavaScript import or public Rust library API is provided.