cli: Improve messaging when config doesn't load
modified radicle-cli/examples/rad-inspect-noauth.md
@@ -2,7 +2,7 @@ The `rad inspect` command can be run without being authenticated with radicle:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/help.rs
@@ -50,34 +50,38 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal.rs
@@ -121,11 +121,13 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -153,10 +153,10 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -200,7 +200,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|