diff --git a/src/main.rs b/src/main.rs index 8c7fe63..359e4cb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -31,7 +31,6 @@ fn main() { LogWrapper::new(multi.clone(), logger).try_init().unwrap(); let matches = command!() .subcommand_required(true) - .disable_version_flag(true) .subcommand( Command::new("new") .about("Scaffold a new Debian source package (buildable right away)")