qiime2 / q2cli

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

Hide actions that start with _ and have flag to show them #306

Closed Oddant1 closed 1 year ago

Oddant1 commented 1 year ago

Closes #301. Hides actions that start with '_' by default and adds a flag to display them.

For click related reasons that I do not fully understand yet, this does not work and passing the command results in Error: Missing Command think I more or less understand why it's happening, but I don't have a good solution for the issue yet.

Should be gtg now.

Oddant1 commented 1 year ago

blocked by qiime2/qiime2#710

Oddant1 commented 1 year ago

This PR does not currently allow you to actually execute the hidden method from the command line. Need to fix that

ebolyen commented 1 year ago

Tests pass locally with the latest framework, so merging now.