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
4
5
6
7
8
9
10
11
12
13
# toolpath-cli

**Deprecated.** This crate is now a thin shim that re-exports [`path-cli`](https://crates.io/crates/path-cli). It exists so that `cargo install toolpath-cli` keeps working — it installs the same `path` binary as before.

For new installs, use `path-cli` directly:

```bash
cargo install path-cli
```

The shim only ships the `path` binary. The dev-only `gen_synthetic_path` helper lives only in `path-cli`.

A future release will retire this crate entirely. Pin to `path-cli` to avoid the eventual removal.