Skip to main content

Crate harn_cli

Crate harn_cli 

Source

Modules§

acp
cli
Top-level clap definition for the harn CLI.
commands
config
Lightweight harn.toml loader for harn fmt and harn lint.
env_guard
format
Shared, lightweight formatting helpers for CLI commands.
package
skill_loader
CLI-side glue that assembles harn-vm’s layered skill discovery from the inputs harn run / harn test / harn check see at startup: repeatable --skill-dir, $HARN_SKILLS_PATH, the nearest harn.toml, and the user’s home / system directories.
skill_provenance
test_runner

Constants§

CLI_RUNTIME_STACK_SIZE

Functions§

run
Entry point used by src/main.rs. Hosts the CLI runtime thread and drives the async dispatcher in async_main.