Skip to content

Commit

Permalink
Reveal download command (#27)
Browse files Browse the repository at this point in the history
Originally `download` command was only meant for development testing,
but it seems to be useful for other means as well, so this change will
reveal it publicly in `help` print.
  • Loading branch information
tuommaki authored Oct 19, 2023
1 parent 06865ce commit 5b74094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pub enum Query {
#[derive(Subcommand)]
pub enum Command {
/// Download L2 state from L1 to JSON file.
#[command(hide = true)]
Download {
#[command(flatten)]
l1_fetcher_options: L1FetcherOptions,
Expand Down

0 comments on commit 5b74094

Please sign in to comment.