Skip to content

Commit

Permalink
test the cli configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 1, 2024
1 parent de74005 commit ad922d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,9 @@ pub struct EnvArgs {
#[arg()]
pub args: Vec<String>,
}

#[test]
fn verify_cli() {
use clap::CommandFactory;
Cli::command().debug_assert()
}

0 comments on commit ad922d8

Please sign in to comment.