I'm programmatically creating a command that will override an annotated command (@command foo) already added in application. But the annotated command has also a validate hook (@hook validate foo). With the new command the hook makes no sense. Is there a way to disable it?