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
The list/help mechanisms do not cope well with empty collection modules (eg touch whatever.py; inv -c whatever -l). Fix this.
touch whatever.py; inv -c whatever -l
Also related, I don't think we used to raise raw CollectionNotFound when tasks files could not be found, make sure that's not also broken.
CollectionNotFound
The text was updated successfully, but these errors were encountered:
I see nothing about that 2nd bit so it's probably its own issue. See #149.
Sorry, something went wrong.
Failing test proving #145
8610859
8e629ae
Changelog re #145
a003294
No branches or pull requests
The list/help mechanisms do not cope well with empty collection modules (eg
touch whatever.py; inv -c whatever -l
). Fix this.Also related, I don't think we used to raise raw
CollectionNotFound
when tasks files could not be found, make sure that's not also broken.The text was updated successfully, but these errors were encountered: