I\'m writing a CLI program in Rust. I\'m using clap as argument parser and I would like pass the ArgMatches to each sub-thread. I\'m wondering which way is better t
ArgMatches