Skip to content
New issue

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

add --no-tags argument to list command #238

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

beuerle
Copy link
Contributor

@beuerle beuerle commented Jun 8, 2020

This argument works exactly like --no-docs and only lists publications
without tags, fixes #237.

Currently publications without a tag have an empty set as the tags
variable. If this changes in the future (see #234) the conditional has
to be updated.

This argument works exactly like `--no-docs` and only lists publications
without tags, fixes pubs#237.

Currently publications without a tag have an empty set as the tags
variable. If this changes in the future (see pubs#234) the conditional has
to be updated.
@benureau
Copy link
Contributor

Thanks! With each new functionality, we need even a small test to ensure coverage and verify that it does function appropriately across different versions and OS. We need to improve how easy it is to write test and the documentation for them. If you don't know how to do it, I will create a test for that PR.

Base automatically changed from master to main January 16, 2021 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add --no-tags to list command
2 participants