cli: mark `rad fork` as obsolete
The rad fork command was found to be confusing both 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.
This change modifies the copy of the help output, and marks the command as obsolete.
3 files changed
+5
-3
02318f19
→
ce488ea1
modified crates/radicle-cli/examples/rad-help.md
@@ -20,7 +20,7 @@ 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,7 @@
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|