1.0.3 • Published 5 years ago

user-email-cli v1.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

!! DEPRACTED !!

node-user-email-cli

Get the email address(es) of the current user.

Installation

$ npm install user-email-cli -g

Usage

Usage
  $ user-email [OPTION(S)]

Options
  -a, --all       Print all email addresses found
  -l, --list      Print in a list format
  -t, --timeout   Set a maximum exection time per function
  --version       Get the current version
  --help          Print the help

Examples
  $ user-email
  $ user-email -la
  $ user-email --list --all --timeout=1000

Options

--all

default: false

If --all is false the first valid email address that is found in the chain will be printed. If --all is true all found email addresses are printed.

--timeout (ms)

default: 10000

Maximum time spent in a single Promise.

--list

default: false

If set to true the found email addresses are listed underneath each other.

License

MIT

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

8 years ago

0.2.1

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago