Followup
r80205: scripts using commandLine.inc were failing the shouldExecute() check due to extra require()s.
Scripts using this entry point cannot be included standalone for uses as classes, they will always execute.
But then again, if you're not subclassing Maintenance then why are you bothering to write a class in a command line script?