fixup! cli/patch: Use clap
1 pending
(1 total)
View logs
modified crates/radicle-cli/src/commands/patch.rs
@@ -31,7 +31,7 @@ use radicle::patch::cache::Patches as _;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -224,7 +224,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/patch/args.rs
@@ -75,12 +75,12 @@ pub struct ReviewOptions {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -131,7 +131,7 @@ pub struct CheckoutOptions {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/main.rs
@@ -10,7 +10,7 @@ use clap_complete::Shell;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|