Skip to content

Commit

Permalink
add cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Nov 18, 2024
1 parent f6659db commit de6af4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const DEFAULT_RPC_URL: &str = "http://0.0.0.0:5050";

/// Dojo World Indexer
#[derive(Parser, Debug, Clone, serde::Serialize, serde::Deserialize)]
#[command(name = "torii", author, about, long_about = None)]
#[command(name = "torii", author, version, about, long_about = None)]
#[command(next_help_heading = "Torii general options")]
pub struct ToriiArgs {
/// The world to index
Expand Down

0 comments on commit de6af4e

Please sign in to comment.