Updated for help & version

This commit is contained in:
Dimitris Zlatanidis 2023-05-22 17:26:20 +03:00
parent 4de6e2a59e
commit 35be3171ce

View file

@ -43,7 +43,8 @@ class Help(Configs):
'dependees': "Show which packages depend on.",
'tracking': "Tracking the package dependencies."
}
help_commands['-h'] = help_commands['--help']
help_commands['-v'] = help_commands['--version']
help_commands['-u'] = help_commands['update']
help_commands['-U'] = help_commands['upgrade']
help_commands['-c'] = help_commands['check-updates']