jannie

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b0f6b960eb7d2fda07991535372e30c62e76ba90
parent 1bbbcadab128f75ff7904c109ab5371b1aa71daa
Author: Andy Khramtsov <>
Date:   Tue, 10 Feb 2026 16:22:11 +0300

feat: show version

Diffstat:
MCargo.toml | 1+
Msrc/args.rs | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "jannie" +authors = ["Andy Khramtsov"] version = "0.0.0" edition = "2024" diff --git a/src/args.rs b/src/args.rs @@ -1,6 +1,8 @@ use std::path::PathBuf; #[derive(clap::Parser, Debug)] +#[command(version)] +#[command(about = "Enforce clean workspace", long_about = None)] pub struct Args { /// Configuration and inventory #[arg(short, long, default_value = ".")]