diff --git a/Cargo.toml b/Cargo.toml index f7fcbe4..42777aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'email-validate' -version = '0.1.2' +version = '0.1.3' edition = '2021' keywords = ['email', 'validation', 'validate', 'bounce', 'free'] categories = ['email', 'validation'] diff --git a/README.md b/README.md index 53ac960..301df5f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Options: -V, --version Print version ``` +`--file-input` may be repeat for multiple files. Hitting Esc/CTRL+C/q will abort quit the CLI progress. The output will be a TUI progress screen identical like the subcommand `check-dir`.