This commit is contained in:
nora 2021-10-02 00:03:18 +02:00
parent a393fce416
commit c95f36d412
2 changed files with 39 additions and 0 deletions

View file

@ -14,4 +14,5 @@ fn main() {
println!("output: {:?}", outfile);
println!("force: {:?}", force);
println!("o-level: {:?}", o_level);
println!("other args: {:?}", args.unnamed())
}