File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,11 @@ options:
46
46
--full Dump additional contact details (slow) - email, phone, fax, mobile
47
47
--quiet Show employee results only
48
48
--email-format Python string format for emails; for example:
49
- [1] john.doe@example.com > '{0}.{1}@example.com'
50
- [2] j.doe@example.com > '{0[0]}.{1}@example.com'
51
- [3] jdoe@example.com > '{0[0]}{1}@example.com'
52
- [4] doe@example.com > '{1}@example.com'
53
- [5] john@example.com > '{0}@example.com'
54
- [6] jd@example.com > '{0[0]}{1[0]}@example.com'
49
+ --email-format '{0}.{1}@example.com' --> john.doe@example.com
50
+ --email-format '{0[0]}.{1}@example.com' --> j.doe@example.com
51
+ --email-format '{1}@example.com' --> doe@example.com
52
+ --email-format '{0}@example.com' --> john@example.com
53
+ --email-format '{0[0]}{1[0]}@example.com' --> jd@example.com
55
54
````
56
55
57
56
### 🐳 Example 1 - Docker Run
You can’t perform that action at this time.
0 commit comments