Remove clap validator + add max-filesize integration tests

This commit is contained in:
Marc Tiehuis
2017-03-01 18:38:06 +13:00
committed by Andrew Gallant
parent 71585f6d47
commit adff43fbb4
5 changed files with 60 additions and 34 deletions

View File

@@ -2,7 +2,6 @@
extern crate clap;
#[macro_use]
extern crate lazy_static;
extern crate regex;
use std::env;
use std::fs;