Skip to content

Commit

Permalink
fix: command documentation not working
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed May 23, 2024
1 parent a9ce531 commit 5b8448e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rust/cli/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ pub enum Commands {
hide = true
)]
Rpc(RpcArgs),
#[command(
name = "generate-sources",
about = "Returns a project file with all sources in a database"
)]
#[command(
name = "snapshot",
about = "Execute snapshots to capture data changes over time"
)]
Snapshot(SnapshotArgs),
#[command(
name = "generate-sources",
about = "Returns a project file with all sources in a database"
)]
GenerateSources(GenerateSourcesArgs),
}

Expand Down

0 comments on commit 5b8448e

Please sign in to comment.