Skip to content

Commit

Permalink
Added version command
Browse files Browse the repository at this point in the history
  • Loading branch information
pants721 committed Mar 26, 2024
1 parent 43ac409 commit eca5048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use clap::{Parser, Subcommand};
#[command(bin_name = "sk")]
#[command(about = "A command line tool for using and managing skeleton projects", long_about = None)]
#[command(author = "Lucas Newcomb (pants721)")]
#[command(version)]
pub struct Cli {
#[command(subcommand)]
pub command: Commands,
Expand Down

0 comments on commit eca5048

Please sign in to comment.