License and license related flags #1
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ fn main() {
|
||||||
let config = Config::new(&args.config);
|
let config = Config::new(&args.config);
|
||||||
match &args {
|
match &args {
|
||||||
args if args.license == true => unimplemented!(),
|
args if args.license == true => unimplemented!(),
|
||||||
|
args if args.warranty == true => unimplemented!(),
|
||||||
args if args.code_of_conduct == true => unimplemented!(),
|
args if args.code_of_conduct == true => unimplemented!(),
|
||||||
_ => (),
|
_ => (),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue