Skip to content

Commit

Permalink
chore(nats): remove redundant possible values, clap already generates
Browse files Browse the repository at this point in the history
those

Signed-off-by: Márk Kővári <[email protected]>
  • Loading branch information
markkovari committed Dec 24, 2024
1 parent 2277210 commit 4070caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ struct Args {
hide = true
)]
max_manifest_bucket_bytes: i64,
/// The storage type of nats streams, possible values: "file" or "memory", default is "file"
/// The storage type of nats streams
#[arg(
long = "stream-persistence",
env = "WADM_STREAM_PERSISTENCE",
Expand Down

0 comments on commit 4070caa

Please sign in to comment.