Replace str(1) with stris(1) #102

Open
trinity wants to merge 10 commits from stris into main
Showing only changes of commit 7d5443dee6 - Show all commits

View File

@ -30,7 +30,7 @@ use sysexits::EX_USAGE;
struct Reqs {
ascii: bool, blank: bool, cntrl: bool, digit: bool, lower: bool,
upper: bool, inuse: bool, extra: String
upper: bool, inuse: bool, extra: String::default()
}
fn usage(s: &str) -> ExitCode {