Skip to content

Commit

Permalink
hide init subcommand for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jan 2, 2025
1 parent 38b3c2a commit f5864e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/katana/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Cli {

#[derive(Subcommand)]
enum Commands {
#[command(about = "Initialize chain")]
#[command(about = "Initialize chain", hide = true)]
Init(init::InitArgs),

#[command(about = "Database utilities")]
Expand Down

0 comments on commit f5864e5

Please sign in to comment.