Add class var options to CmdExtendedDesc

Inherits from default_cmds.CmdDesc, but unused in
CmdExtendedDesc, so needs to be set empty.
This commit is contained in:
BlauFeuer 2018-03-02 07:40:43 -05:00 committed by GitHub
parent f94a083846
commit 3ee3335a3f

View file

@ -367,6 +367,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
"""
aliases = ["describe", "detail"]
options = () # Inherits from default_cmds.CmdDesc, but unused here
def reset_times(self, obj):
"""By deleteting the caches we force a re-load."""