toolpath-cli 0.5.1

Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly.
1
2
3
fn main() -> anyhow::Result<()> {
    path_cli::run()
}