Skip to content

Commit

Permalink
Add required flag
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Aug 9, 2023
1 parent 52ee315 commit 77eb06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lcli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ fn main() {
.long("jwt-output-path")
.value_name("PATH")
.takes_value(true)
.required(true)
.help("Path to write the JWT secret."),
)
.arg(
Expand Down

0 comments on commit 77eb06b

Please sign in to comment.