REVIEW: Handle default subcommand like `rad issue`
1 failed
1 pending
(2 total)
View logs
modified crates/radicle-cli/src/commands/remote.rs
@@ -21,7 +21,9 @@ pub fn run(args: Args, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -43,7 +45,7 @@ pub fn run(args: Args, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/remote/args.rs
@@ -13,6 +13,11 @@ pub(crate) const ABOUT: &str = "Manage a repository's remotes";
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -47,18 +52,7 @@ pub(super) enum Command {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -113,16 +107,6 @@ pub struct ListArgs {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -149,6 +133,29 @@ pub(super) enum ListOption {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|