cob: CLI command to list COB types
As per the discussion on zulip. A suggestion made by @Richard Levitte was to introduce a command to list COB types present in a repository.
Something like: $ rad cob types as $ rad cob list --types <TYPENAME> --repo <RID> already exists.
Having this comand would make using the $ rad cob list easier as available types would be enumerated.
I would actually prefer optional omission of --type from rad cob list over adding another subcommand.
From the detail-oriented: Nope, there's currently no option --types (plural). There is an option --type (singular), though.
Personally, I'm not at all hung up on exactly what a cob type listing command looks like. As long as it makes reasonable sense, I'm game!