I built a declarative CLI framework in Rust (define your CLI in TOML) Most Rust CLI tools are built with libraries like clap. They’re powerful—but also verbose. After building a few internal tools, I kept running into the same problem: Too much boilerplate for simple commands Repeating argument parsing logic Hard to manage growing CLI complexity So I built tkucli — a declarative CLI framework fo