We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Description In both of these cases, tab completion stops working after the multi-word value being passed to --input-path.
--input-path
Screenshots
qiime tools import --input-path 'foo bar' --o- qiime tools import --input-path "foo bar" --o-
Comments (This came up in the context of qiime feature-table filter-samples --p-where, but these examples are simpler.)
qiime feature-table filter-samples --p-where
The text was updated successfully, but these errors were encountered:
Merge pull request qiime2#89 from ebolyen/interactive_updates
62fb840
ENH: better reprs and actions module for interactive use
No branches or pull requests
Bug Description
In both of these cases, tab completion stops working after the multi-word value being passed to
--input-path
.Screenshots
Comments
(This came up in the context of
qiime feature-table filter-samples --p-where
, but these examples are simpler.)The text was updated successfully, but these errors were encountered: