diff options
| author | tslil <tslil@posteo.de> | 2026-07-16 09:01:33 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-07-16 09:09:13 +0100 |
| commit | 4b912fbb21eff1fd8b7178619a402fbd4dacebfd (patch) | |
| tree | eabd15ac1740b6e38a3794aca03ba93b68319de6 /src/cli.rs | |
| parent | 322271f3d322bc25c30ebe936c7428f1b0df479d (diff) | |
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ pub enum Action { } const NAME: &str = env!("CARGO_PKG_NAME"); -const VERSION: &str = env!("CARGO_PKG_VERSION"); +pub const VERSION: &str = env!("CARGO_PKG_VERSION"); const DESCRIPTION: &str = env!("CARGO_PKG_DESCRIPTION"); fn print_help() { |
