qiime2 / q2cli

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

q2cli should hide actions with names that start with `_` #301

Closed gregcaporaso closed 1 year ago

gregcaporaso commented 1 year ago
Oddant1 commented 1 year ago

@gregcaporaso when you say _ shouldn't be replaced with -, I interpreted that as only the leading _ shouldn't be replaced. Is that how you intended it?

e.g. _underscore_method should show up in the list as _underscore-method

gregcaporaso commented 1 year ago

Yes, that's correct @Oddant1.