REVIEW: Refactor `Payload` to `PayloadUpsert`
modified crates/radicle-cli/src/commands/id.rs
@@ -163,7 +163,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/id/args.rs
@@ -25,7 +25,7 @@ See the rad-id(1) man page for more information.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -33,27 +33,36 @@ pub enum PayloadParseError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -232,7 +241,7 @@ pub(super) enum Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -301,7 +310,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -311,10 +320,10 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|