radicle-heartwood-lfs/radicle-cli/src/commands
cloudhead 5fe3d5a7ab
cli: Handle broken pipe in `cob show`
When piping the output in for eg. `head -n 1`, the `head` utility
might close down the pipe at some point, yielding a broken pipe error.
We catch that and simply return if that's the case.
2024-12-03 12:36:57 +01:00
..
issue cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
node cli: Use `term::Table::header` where possible 2024-11-28 14:35:24 +01:00
patch cli: Use `term::Table::header` where possible 2024-11-28 14:35:24 +01:00
remote cli: Try to connect to seeds specified as options 2024-11-05 12:18:12 +01:00
auth.rs node: Simplify configuration 2024-06-04 14:08:15 +02:00
block.rs Implement new versioning system 2024-03-25 11:54:08 +01:00
checkout.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
clean.rs cli: Add `inbox` to help output 2024-03-26 13:13:14 +01:00
clone.rs cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
cob.rs cli: Handle broken pipe in `cob show` 2024-12-03 12:36:57 +01:00
config.rs term: allow Editor to be reusable 2024-11-11 11:27:33 +01:00
debug.rs cli: make `rad debug` work without a profile 2024-05-24 17:04:22 +02:00
diff.rs cli: Add `--unified` flag to `rad diff` help 2024-07-07 16:57:54 +02:00
follow.rs cli: Use `term::Table::header` where possible 2024-11-28 14:35:24 +01:00
fork.rs Implement new versioning system 2024-03-25 11:54:08 +01:00
help.rs cob: Add an experimental "job" COB 2024-11-06 17:26:00 +01:00
id.rs cli: Use `term::Table::header` where possible 2024-11-28 14:35:24 +01:00
inbox.rs cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
init.rs fmt: Run `cargo fmt` 2024-10-23 16:17:24 +02:00
inspect.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
issue.rs cli: Use `term::Table::header` where possible 2024-11-28 14:35:24 +01:00
job.rs cob: Add an experimental "job" COB 2024-11-06 17:26:00 +01:00
ls.rs cli: Use `term::Table::header` where possible 2024-11-28 14:35:24 +01:00
node.rs cli: Add `rad node inventory` command 2024-06-12 15:36:34 +02:00
patch.rs cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
path.rs Implement new versioning system 2024-03-25 11:54:08 +01:00
publish.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
remote.rs Implement new versioning system 2024-03-25 11:54:08 +01:00
seed.rs cli: Try to connect to seeds specified as options 2024-11-05 12:18:12 +01:00
self.rs Implement new versioning system 2024-03-25 11:54:08 +01:00
stats.rs cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
sync.rs cli: Use `term::Table::header` where possible 2024-11-28 14:35:24 +01:00
unblock.rs cli: add `rad unblock` command 2024-08-06 14:12:44 +02:00
unfollow.rs Implement new versioning system 2024-03-25 11:54:08 +01:00
unseed.rs cli: Move common functionality out of the CLI 2024-06-12 15:36:34 +02:00
watch.rs Implement new versioning system 2024-03-25 11:54:08 +01:00