Properly set the auto_help flag to False on Exit commands, so they don't show up in the help listings.
This commit is contained in:
parent
b5dd21864d
commit
446dfe9509
1 changed files with 1 additions and 0 deletions
|
|
@ -863,6 +863,7 @@ class Exit(Object):
|
||||||
cmd.aliases = exidbobj.aliases
|
cmd.aliases = exidbobj.aliases
|
||||||
cmd.locks = str(exidbobj.locks)
|
cmd.locks = str(exidbobj.locks)
|
||||||
cmd.destination = exidbobj.db_destination
|
cmd.destination = exidbobj.db_destination
|
||||||
|
cmd.auto_help = False
|
||||||
# create a cmdset
|
# create a cmdset
|
||||||
exit_cmdset = cmdset.CmdSet(None)
|
exit_cmdset = cmdset.CmdSet(None)
|
||||||
exit_cmdset.key = '_exitset'
|
exit_cmdset.key = '_exitset'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue