radicle-heartwood-lfs/crates/radicle-cli
Lorenz Leutgeb a0f6cbf5f1 radicle: Move interpretation of output to binary
`radicle::git::run` interprets the `Output` returned by the `git`
process. However, depending on the application we have different
requirements for interpreting the output, e.g., how to handle errors.

Make `radicle::git::run` not interpret `Output`, but move this
logic to the respective binary crates (`radicle-remote-helper` and
`radicle-cli`).
2025-09-11 16:59:12 +01:00
..
examples cli/self: Stop printing information about the node 2025-09-04 17:12:19 +03:00
src radicle: Move interpretation of output to binary 2025-09-11 16:59:12 +01:00
tests radicle: the great Canonical rewrite 2025-08-25 18:57:50 +02:00
Cargo.toml cli: Add itertools dependency 2025-09-10 21:23:30 +02:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00