Define a better stub help message

This commit is contained in:
Nick Chambers 2022-08-19 20:54:08 -05:00
parent 7ffc691a7b
commit 1e8a3c3517
1 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,5 @@ class Help(vultron.cmd.Command):
def init(self):
self.uses_api = False
def vultron_help(self, *args):
# FIXME: print global help message
pass
def vultron_help(self):
print("stub help message here")