radicle-heartwood-lfs/crates/radicle-cli/src
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
..
commands cli/init: Canonicalize path before comparison 2026-02-10 10:00:16 +00:00
git clippy: Deny and fix `must_use_candidate` 2026-01-16 22:52:53 +01:00
terminal cli: promote WithHint hint type to String 2026-01-22 10:36:47 +00:00
commands.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
git.rs cli: Remove dead `fn parse_remote` 2026-01-16 22:52:53 +01:00
lib.rs localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
main.rs cli/fork: Deprecate 2026-01-23 15:04:16 +00:00
node.rs clippy: Deny and fix `must_use_candidate` 2026-01-16 22:52:53 +01:00
pager.rs term, cli: `winsplit` over `shlex` on Windows 2026-02-11 10:26:22 +01:00
project.rs workspace/rust/clippy: Fix all warnings 2025-10-17 12:56:43 +02:00
terminal.rs cli: promote WithHint hint type to String 2026-01-22 10:36:47 +00:00
warning.rs cli: fix casing for warning of preferred_seeds 2026-01-28 10:17:36 +00:00