cli/fork: Deprecate
This command is confusing in name and function. Rather than creating a hard fork of a repository, with a new identity, it pushes the default branch to the local user’s namespace.
Deprecate it and add some help text.
4 files changed
+14
-3
b937a938
→
e63c3097
modified crates/radicle-cli/examples/rad-help.md
@@ -20,7 +20,6 @@ Commands:
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/fork.rs
@@ -4,11 +4,12 @@ use anyhow::Context as _;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/fork/args.rs
@@ -1,6 +1,16 @@
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/main.rs
@@ -68,6 +68,7 @@ enum Command {
|
|
|
|
|
|
| + | |
|
|
|
|
|