We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6439a commit 4a5d9bfCopy full SHA for 4a5d9bf
src/cli.rs
@@ -39,6 +39,7 @@ pub enum CondaDenyCliConfig {
39
#[arg(short, long)]
40
environment: Option<Vec<String>>,
41
42
+ /// Check against OSI licenses instead of custom license whitelists.
43
#[arg(short, long, action = ArgAction::SetTrue)]
44
osi: Option<bool>,
45
0 commit comments