Skip to content

Commit

Permalink
Add --version to krillup.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Dec 2, 2024
1 parent 7b87658 commit 1899d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/krillup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ fn main() {

/// The command line options for the krillup command.
#[derive(clap::Parser)]
#[command(version)]
pub struct Options {
/// Path to the Krill config file
#[arg(
Expand Down

0 comments on commit 1899d5e

Please sign in to comment.