tokmd-config
Define tokmd CLI arguments and config files in one schema.
Problem
The CLI, config file, and tool-schema generation need to agree on the same option surface.
What it gives you
Cli,Commands, andGlobalArgs- command-specific args such as
CliLangArgs,CliAnalyzeArgs,CliGateArgs,CockpitArgs,HandoffArgs, andSensorArgs - config models:
UserConfigandProfile - re-exports from
tokmd-typesplusToolSchemaFormat
Quick use / integration notes
Cli::parse() reads the clap surface. UserConfig and Profile model tokmd.toml.
[]
= 10
= "json"
Go deeper
Tutorial
../../docs/tutorial.md
How-to
../../docs/reference-cli.md
Reference
src/lib.rs
Explanation
../../docs/explanation.md