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:
parent
f94a083846
commit
3ee3335a3f
1 changed files with 1 additions and 0 deletions
|
|
@ -367,6 +367,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
aliases = ["describe", "detail"]
|
aliases = ["describe", "detail"]
|
||||||
|
options = () # Inherits from default_cmds.CmdDesc, but unused here
|
||||||
|
|
||||||
def reset_times(self, obj):
|
def reset_times(self, obj):
|
||||||
"""By deleteting the caches we force a re-load."""
|
"""By deleteting the caches we force a re-load."""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue