AfterShip / email-verifier

:white_check_mark: A Go library for email verification without sending any emails.
MIT License
1.18k stars 149 forks source link

[Feature Request] Support cmd line #99

Open foamzou opened 1 year ago

foamzou commented 1 year ago

Description

In some cases, the user wants to check the email address via the command line but does not integrate the lib to their code.

How to use

Such as

email-verifier hello@example.com
PawelKowalski99 commented 9 months ago

@foamzou @lryong Hi.

How do you see that to be implemented?

Should it be a full CLI or just go run . and provide key=value args?

As I can understand from your explanation we do not need a full CLI for that?

So in conclusion...

email-verifier hellp@example.com would execute .Verify method with default values for email-verifier? Should it have some possibilities to be expanded by key=value?