cli: Replace seedling emoji with alien invader
modified radicle-cli/examples/rad-auth.md
@@ -4,7 +4,7 @@ The example below is run with `RAD_PASSPHRASE` set.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-id-rebase.md
@@ -6,7 +6,7 @@ delegates creating proposals concurrently.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,7 +48,7 @@ Quorum Reached
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,7 +138,7 @@ Quorum Reached
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -249,7 +249,7 @@ So, let's fix this by running a rebase on the proposal's revision:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -294,7 +294,7 @@ We can now update the proposal to have both keys in the delegates set:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -386,7 +386,7 @@ Quorum Reached
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-id.md
@@ -14,7 +14,7 @@ Let's add Bob as a delegate using their DID
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -208,7 +208,7 @@ At this point, we can commit the proposal and update the identity:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -255,7 +255,7 @@ the `--threshold` option:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-sync.md
@@ -5,13 +5,13 @@ the `init` command:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
|
modified radicle-cli/examples/rad-init.md
@@ -1,11 +1,11 @@
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -14,12 +14,12 @@ Initializing local ๐ฑ project in .
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch.md
@@ -31,7 +31,7 @@ master <- z6MknSLโฆStBU8Vi/flux-capacitor-power (3e674d1)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
deleted radicle-cli/examples/workflow/1-new-project.md
@@ -1,30 +0,0 @@
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
added radicle-cli/examples/workflow/1-new-project.md
@@ -0,0 +1 @@
| + | |
|
modified radicle-cli/examples/workflow/4-patching-contributor.md
@@ -31,7 +31,7 @@ master <- z6Mkt67โฆv4N1tRk/flux-capacitor-power (3e674d1)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,7 +44,7 @@ $ rad patch
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,7 +55,7 @@ $ rad patch show a07ef7743a32a2e902672ea3526d1db6ee08108a
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/auth.rs
@@ -67,10 +67,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -120,7 +117,7 @@ pub fn authenticate(profile: &Profile, options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/id.rs
@@ -297,7 +297,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -343,7 +343,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -363,7 +363,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -416,7 +416,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/init.rs
@@ -165,7 +165,7 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -272,9 +272,11 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -282,11 +284,9 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -309,13 +309,13 @@ pub fn setup_signing(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch/create.rs
@@ -126,7 +126,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|