Skip to content

Commit 4a5d9bf

Browse files
committed
add comment for osi
1 parent 3c6439a commit 4a5d9bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.rs

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ pub enum CondaDenyCliConfig {
3939
#[arg(short, long)]
4040
environment: Option<Vec<String>>,
4141

42+
/// Check against OSI licenses instead of custom license whitelists.
4243
#[arg(short, long, action = ArgAction::SetTrue)]
4344
osi: Option<bool>,
4445

0 commit comments

Comments
 (0)