Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: fix test regression in 27a85987c31ed3002369dfdc434a74797d07d56d
✗ CI failure Fintan Halpenny committed 6 months ago
commit 38ca038a0d695875bc6ea73ae88e048622dbc846
parent c1d9f0496370e90ee3a300aa96dcf21149543779
2 failed (2 total) View logs
1 file changed +3 -3
modified crates/radicle-cli/examples/rad-auth-errors.md
@@ -3,21 +3,21 @@ There are other rules as well:

``` (stderr) (fail)
$ rad auth --alias "5fad63fe6b339fa92c588d926121bea6240773a7"
-
error: invalid value '5fad63fe6b339fa92c588d926121bea6240773a7' for '--alias <STRING>': alias cannot be greater than 32 bytes
+
error: invalid value '5fad63fe6b339fa92c588d926121bea6240773a7' for '--alias <ALIAS>': alias cannot be greater than 32 bytes

For more information, try '--help'.
```

``` (stderr) (fail)
$ rad auth --alias "john doe"
-
error: invalid value 'john doe' for '--alias <STRING>': alias cannot contain whitespace or control characters
+
error: invalid value 'john doe' for '--alias <ALIAS>': alias cannot contain whitespace or control characters

For more information, try '--help'.
```

``` (stderr) (fail)
$ rad auth --alias ""
-
error: invalid value '' for '--alias <STRING>': alias cannot be empty
+
error: invalid value '' for '--alias <ALIAS>': alias cannot be empty

For more information, try '--help'.
```