uncommented EOF command. do we need it?
This commit is contained in:
parent
c92683940f
commit
ea10f91bf8
1 changed files with 3 additions and 2 deletions
|
|
@ -80,8 +80,9 @@ class Exit(CommandBase, object):
|
|||
def help_exit(self):
|
||||
print("exits linspector")
|
||||
|
||||
do_EOF = do_exit
|
||||
help_EOF = help_exit
|
||||
#TODO: do we really need this: ???
|
||||
#do_EOF = do_exit
|
||||
#help_EOF = help_exit
|
||||
|
||||
|
||||
class LogCommander(Cmd, object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue