I was recently digging the output generated by the --experimental-dump-help option, looking at the potential to use it to generate integrated DocC documentation for CLI executables (related thread in DocC about CLI documentation).
As I was looking through the content and the visibility controls, I noticed that a command can be marked as hidden from display, very much like Arguments. However, that data doesn't appear to be reflected as a property in CommandInfoV0
(the struct that's generated to reflect this information externally).
Is there any reason this additional property shouldn't be included in the JSON/Struct that encodes the details for the help dump?
/cc @ronnqvist