Skip to content

Commit

Permalink
clarify --file-input
Browse files Browse the repository at this point in the history
  • Loading branch information
beckend committed Sep 22, 2023
1 parent 541ae3e commit c9ba4b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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']
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit c9ba4b9

Please sign in to comment.