Skip to content

Commit

Permalink
Add version and about to ectool
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocolateLoverRaj committed Jun 8, 2024
1 parent b086358 commit 37a554e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ectool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ectool"
version = "0.1.0"
edition = "2021"
description = "A Rust CLI for interfacing with the ChromeOS Embedded Controller."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions ectool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ mod fp_download_subcommand;
mod fp_upload_template_command;

#[derive(Parser)]
#[command(version, about)]
struct Cli {
#[command(subcommand)]
command: Commands,
Expand Down

0 comments on commit 37a554e

Please sign in to comment.