help wanted
仓库指标
- 星标
- (55 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Something like:
gflags::define! {
-f, --file <PATH>...
}
where it would accept the same flag multiple times (-f path1 -f path2 -f path3) and expose them all in a vec or slice to the application.