Is there a quick way to print all * invalid : not a defined options * incorrect: valid option but incorrectly formatted on CLI * missing : forgot to include required options Or do you have to manually call `if_missing(...)` etc? Cheers