Flag Detection Crate
this crate detect flag in syntax command -flag value_of_flag
Examples
flagfinder -timeout 1000
Examples
use env;
let prefix: &str = "-";
let args: Args = args;
let detect: FlagDetect = new.from_args;
// gives back value of the flag
let s_flag: = detect.find;
match s_flag