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

Update cli.md #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# CLI

## Summary
## Command Line Interface (CLI) Overview

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Filter entities](#filter-entities)
- [Filter of entities, including pre-filter](#filter-entities)
- [By claims](#by-claims)
- [claims logical operators](#claims-logical-operators)
- [Long claim option](#long-claim-option)
Expand All @@ -25,7 +23,7 @@

## Filter entities

:warning: Filtering entities is done by parsing entities JSON objects and applying logic on it; while it allows to build very specific filters, this will always be slower than filtering based on text patterns (typically with `grep`): considering your options to [prefilter](/docs/prefilter.md) the dump can save enormous amount of time.
:warning: Consider your options to [prefilter](/docs/prefilter.md). The advantage to this step is to potentially save an enormous amount of time using features such as `grep`. Filtering is done by parsing entities JSON objects and applying logic accordingly.

### By [claims](https://www.wikidata.org/wiki/Wikidata:Glossary#Claims_and_statements)

Expand Down