This would be similar to what Rust's Clap provides, i.e. you specify a version string and then running with `--version` or `-V` will print `my_app 0.1.0`.
This would be similar to what Rust's Clap provides, i.e. you specify a version string and then running with
--versionor-Vwill printmy_app 0.1.0.