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

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

View File

@ -19,7 +19,7 @@
use std::{
env::args,
process::ExitCode
process::ExitCode,
};
extern crate getopt;
@ -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::default()
upper: bool, inuse: bool, extra: String
}
fn usage(s: &str) -> ExitCode {