mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
feat: print version number
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
c94c33067c
commit
01fc724876
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ use time::format_description::{parse_owned, parse_strftime_owned};
|
|||
static GLOBAL: Jemalloc = Jemalloc;
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(version, about, long_about = None)]
|
||||
struct Args {
|
||||
file: String,
|
||||
/// Collect data and exit, intended for profiling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue