Skip to content

Commit

Permalink
feat: add version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jul 24, 2024
1 parent 6891fac commit 1bdb876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/gr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async fn main() -> Result<()> {

fn cli() -> Command {
Command::new("gr")
.version(env!("CARGO_PKG_VERSION"))
.about("Gradio Command Line Client")
.arg(arg!(--token <token> "The Hugging Face Access Token"))
.subcommand_required(true)
Expand Down

0 comments on commit 1bdb876

Please sign in to comment.