mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
base{32, 64, enc}: update to clap 4
This commit is contained in:
parent
cb8831af71
commit
26309dc9d7
8 changed files with 32 additions and 21 deletions
|
@ -79,7 +79,8 @@ fn test_wrap_no_arg() {
|
|||
new_ucmd!()
|
||||
.arg(wrap_param)
|
||||
.fails()
|
||||
.stderr_contains("The argument '--wrap <wrap>' requires a value but none was supplied");
|
||||
.stderr_contains("The argument '--wrap <COLS>' requires a value but none was supplied")
|
||||
.no_stdout();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue