fix: the return value of --version should be 0

fix #317
This commit is contained in:
veeso
2025-03-15 16:54:36 +01:00
parent cdf303a847
commit cdebcbd4dc
4 changed files with 35 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ pub enum Task {
Activity(NextActivity),
ImportTheme(PathBuf),
InstallUpdate,
Version,
}
#[derive(Default, FromArgs)]