Skip to content

Commit ff3acbf

Browse files
committed
feat: support args delimiter
1 parent cd22266 commit ff3acbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ pub struct Args {
1414
#[arg(long)]
1515
pub url: String,
1616

17-
#[arg(long)]
17+
#[arg(long, value_delimiter = ',')]
1818
pub repos: Vec<GitHubRepo>,
1919
}

0 commit comments

Comments
 (0)