cli: Rename all `RepoId` args to `repo`
modified crates/radicle-cli/src/commands/fork.rs
@@ -14,7 +14,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/fork/args.rs
@@ -19,7 +19,7 @@ pub struct Args {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/node.rs
@@ -72,9 +72,9 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/node/args.rs
@@ -147,8 +147,8 @@ pub(super) enum Command {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/publish.rs
@@ -13,7 +13,7 @@ pub use args::Args;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/publish/args.rs
@@ -21,7 +21,7 @@ pub struct Args {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/sync.rs
@@ -40,8 +40,8 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -53,11 +53,11 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/sync/args.rs
@@ -107,7 +107,8 @@ pub(super) struct SyncArgs {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -178,7 +179,8 @@ pub(super) enum Command {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -216,7 +218,7 @@ pub(super) enum SyncMode {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -244,7 +246,7 @@ impl From<SyncArgs> for SyncMode {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|