modified radicle-cli/examples/rad-auth.md
@@ -7,6 +7,7 @@ $ rad auth
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/auth.rs
@@ -4,6 +4,7 @@ use std::ffi::OsString;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -86,9 +87,16 @@ pub fn init(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -124,12 +132,7 @@ pub fn authenticate(profile: &Profile, options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -139,3 +142,16 @@ pub fn authenticate(profile: &Profile, options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/src/terminal/io.rs
@@ -19,6 +19,7 @@ use super::Error;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -129,7 +130,7 @@ pub fn subcommand(msg: impl fmt::Display) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/spinner.rs
@@ -3,7 +3,7 @@ use std::mem::ManuallyDrop;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,6 +34,7 @@ enum State {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -84,6 +85,13 @@ impl Spinner {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -151,6 +159,13 @@ pub fn spinner(message: impl ToString) -> Spinner {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|