radicle-heartwood-lfs/crates/radicle-cli/src
Lorenz Leutgeb 2127782b74 term: Remove dependency on `anyhow`
As a library crate, it is bad to return such generic errors.

To get there, errors from `inquire` are downcasted.

This allowed to clean up the public interface of `radicle-term`, so that
it does also not leak the `inquire::InquireError` in its public API.
2025-09-04 16:28:20 +03:00
..
commands term: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
git chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
terminal term: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
commands.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
git.rs Simplify impl of Display for some types 2025-08-19 10:57:37 +01:00
lib.rs radicle-cli: Warn when using old names of nodes 2025-06-18 16:21:21 +02:00
main.rs cli: Use human-panic 2025-08-17 20:53:53 +02:00
node.rs cli: fix error formatting 2025-08-15 11:40:25 +01:00
pager.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
project.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
terminal.rs radicle: improve config errors 2025-06-24 13:51:55 +02:00
warning.rs chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00