dtolnay/gflags

Support repeated flags

开放

#1 创建于 2018年12月27日

 (1 条评论) (0 个反应) (0 位负责人)Rust (6 个派生)github user discovery
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.

贡献者指南