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
table.add_row([f"{fred}--help", f"{fgreen}-h", f"{fwhite}Help. show this message"])
127
+
table.add_row([f"{fred}--email", f"{fgreen}-e", f"{fwhite}A combination of login and domain like this, [email protected]\nPS: type it all for easy use including '@'"])
105
128
table.add_row([f"{fred}--login", f"{fgreen}-l", f"{fwhite}username of email (ex. {bcyan}hanzo221{bmagenta}@{bgreen}1secmail.com{resetall} the cyan colored is 'login')"])
106
129
table.add_row([f"{fred}--domain", f"{fgreen}-d", f"{fwhite}host of email (ex. {bcyan}hanzo221{bmagenta}@{bgreen}1secmail.com{resetall} the green colored is 'domain')"])
107
130
print(table)
108
131
109
132
definitme():
110
133
globalarg_login
111
134
globalarg_domain
135
+
globalarg_email
112
136
113
137
parser=argparse.ArgumentParser(description="Disposable Email Generator and Inbox", add_help=False)
0 commit comments