Cmds: Add TODO Rename to App

There's an ungreppable TODO remark in Cmds about renaming the class
to App, make it greppable.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-01-18 20:53:45 +01:00
commit 224a16ec71

View file

@ -16,7 +16,7 @@ class Cmds: # export
def __instantiate(self, cls):
r = cls()
r.cmds = self # Rename Cmds class to App, "Cmds" isn't very self-explanatory
r.cmds = self # TODO: Rename Cmds class to App, "Cmds" isn't very self-explanatory
r.app = self
return r