dtolnay/gflags

Support repeated flags

オープン

#1 opened on 2018/12/27

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (6 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (55 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド