Closed jamesmcm closed 2 years ago
Switching from Structopt to clap v3 (PR #125 ) meant the -V and --version flags are missing now - these can be re-added with the clap version attribute.
-V
--version
Fixed in vopono 0.9.0 - https://github.com/jamesmcm/vopono/commit/dfd74dcbbd413034b1219e32d36a047c744942f2
Switching from Structopt to clap v3 (PR #125 ) meant the
-V
and--version
flags are missing now - these can be re-added with the clap version attribute.