License and license related flags #1

Merged
cafkafk merged 13 commits from dev into main 2023-06-09 18:36:30 +02:00
Showing only changes of commit db6e905cbc - Show all commits

View file

@ -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!(),
_ => (), _ => (),
} }