radicle-heartwood-lfs/crates/radicle-cli
Lorenz Leutgeb 930ec175f1
term, cli: `winsplit` over `shlex` on Windows
Command line parsing differs on Windows vs. POSIX compliant operating
systems (just consider the differences in handling `\` for paths vs. as
a marker for escape sequences). Thus, on Windows use `winsplit` to
split command arguments instead of `shlex` for Unix-like OSes.

`winsplit` is a small crate with no other dependencies.
2026-02-11 10:26:22 +01:00
..
examples cli: fix casing for warning of preferred_seeds 2026-01-28 10:17:36 +00:00
src term, cli: `winsplit` over `shlex` on Windows 2026-02-11 10:26:22 +01:00
tests radicle-cli: more helpful error for non-delegate updates 2026-01-22 10:38:28 +00:00
Cargo.toml term, cli: `winsplit` over `shlex` on Windows 2026-02-11 10:26:22 +01:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00