Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cob: CLI command to list COB types
ade opened 1 month ago

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.

lorenz commented 1 month ago

I would actually prefer optional omission of --type from rad cob list over adding another subcommand.

lorenz added good-first 1 month ago
levitte commented 1 month ago

From the detail-oriented: Nope, there's currently no option --types (plural). There is an option --type (singular), though.

levitte commented 1 month ago

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!