Extract duplicate clap helpers into clap-utils (#6812)

This commit is contained in:
Ryo Onodera
2019-11-12 09:42:08 +09:00
committed by GitHub
parent 95d6586dd7
commit d84f367317
21 changed files with 89 additions and 95 deletions

2
clap-utils/src/lib.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod input_parsers;
pub mod input_validators;