fix: add --version flag

This commit is contained in:
Anna 2024-04-04 14:00:44 -04:00
parent fae0fc3579
commit 35fd6b9b7c
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use clap::{Parser, Subcommand};
use serde::{Deserialize, Serialize};
#[derive(Parser)]
#[command(version)]
struct Cli {
/// Path to a config file.
///