We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6bd9f commit 94d77e5Copy full SHA for 94d77e5
cme/cli.py
@@ -26,11 +26,8 @@ def gen_cli_args():
26
A swiss army knife for pentesting networks
27
Forged by @byt3bl33d3r and @mpgn_x64 using the powah of dank memes
28
29
- {colored("Exclusive release for Porchetta Industries users", "magenta")}
30
- {colored("https://porchetta.industries/", "magenta")}
31
-
32
- {highlight('Version', 'red')} : {highlight(VERSION)}
33
- {highlight('Codename', 'red')}: {highlight(CODENAME)}
+ {highlight('Version', 'red')} : {highlight(VERSION)}
+ {highlight('Codename', 'red')}: {highlight(CODENAME)}
34
""",
35
formatter_class=RawTextHelpFormatter,
36
)
0 commit comments