You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a pretty common requirement to provide an email address by command-line argument. Let's provide a factory for email arg groups with some validation built in.
CliEmailArgGroup: string-valued for a single email
CliEmailsArgGroup: string[]-values for multiple
The text was updated successfully, but these errors were encountered:
It's a pretty common requirement to provide an email address by command-line argument. Let's provide a factory for email arg groups with some validation built in.
CliEmailArgGroup
:string
-valued for a single emailCliEmailsArgGroup
:string[]
-values for multipleThe text was updated successfully, but these errors were encountered: