We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12c4bc commit 62d716bCopy full SHA for 62d716b
service/cli_init.py
@@ -20,7 +20,7 @@ def welcome_menu(self):
20
fig = Figlet(font=wm_font)
21
print('\n')
22
self.console.print(fig.renderText('DPULSE'), style=preview_style)
23
- print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.2.1 rolling] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
+ print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.2.1 stable] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
24
print(Fore.MAGENTA + Style.BRIGHT + '[Visit our pages]\nGitHub repository: https://github.com/OSINT-TECHNOLOGIES\nPyPi page: https://pypi.org/project/dpulse/\nDocumentation: https://dpulse.readthedocs.io' + Style.RESET_ALL)
25
26
def print_main_menu(self):
0 commit comments