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

Extend query command by option --pin-to-cache #99

Merged
merged 3 commits into from
Dec 8, 2024
Merged

Conversation

hannahbast
Copy link
Member

@hannahbast hannahbast commented Dec 8, 2024

Also, make the query a positional argument (instead of an argument of the option --query), but leave it optional and with a default value, like before. That way one can now write more naturally something like this:

qlever query "SELECT (COUNT(*) AS ?count) WHERE { ?s ?p ?o }"

or, with pinning to the cache:

qlever query --pin-to-cache "SELECT (COUNT(*) AS ?count) WHERE { ?s ?p ?o }"

@hannahbast hannahbast merged commit dd74d18 into main Dec 8, 2024
3 checks passed
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.

1 participant