mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
Merge pull request #8 from kesselb/add-version-number
feat: print version number
This commit is contained in:
commit
0904424bac
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;
|
static GLOBAL: Jemalloc = Jemalloc;
|
||||||
|
|
||||||
#[derive(Debug, Parser)]
|
#[derive(Debug, Parser)]
|
||||||
|
#[command(version, about, long_about = None)]
|
||||||
struct Args {
|
struct Args {
|
||||||
file: String,
|
file: String,
|
||||||
/// Collect data and exit, intended for profiling
|
/// Collect data and exit, intended for profiling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue