cli: Fix argument value names in `auth` and `init`
We decided to use the value names to indicate which type the value
is parsed into (instead of just saying that the value is a STRING).
This makes the value names consistent with other commands again.
2 files changed
+4
-4
27a85987
→
27a85987
modified crates/radicle-cli/src/commands/auth/args.rs
@@ -12,7 +12,7 @@ methods disables the passphrase prompt.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/init/args.rs
@@ -16,13 +16,13 @@ pub struct Args {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|