qiime2 / q2cli

Command line interface for QIIME 2
BSD 3-Clause "New" or "Revised" License
19 stars 24 forks source link

Use New Key Validator #331

Closed Oddant1 closed 4 months ago

Oddant1 commented 6 months ago

Due to an oversight and some duplicated code, it wasn't possible to make output cache keys on the cli kebab-case. This rectifies that by using the same key validation code from the framework. It is tested here in the framework.

Blocked by qiime2/qiime2#753