We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4d90b commit f80f8ddCopy full SHA for f80f8dd
nicfit/command.py
@@ -105,7 +105,7 @@ def initAll(subparsers=None):
105
106
@classmethod
107
@deprecated(deprecated_in="0.8", removed_in="0.9",
108
- details="TODO",
+ details="Use :meth:`Command.loadCommandMap.values()` instead.",
109
current_version=__version__)
110
def iterCommands(Class):
111
return iter(set(Class._all_commands.values()))
0 commit comments