From 6d172d5e69e33783a5cc79104893415aaa4a72f5 Mon Sep 17 00:00:00 2001 From: mgrani Date: Fri, 29 Aug 2025 10:38:24 +0200 Subject: [PATCH] chore: docu update --- owilix/cmd/subcmds/query_extended.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/owilix/cmd/subcmds/query_extended.py b/owilix/cmd/subcmds/query_extended.py index 80543bc..a17c770 100644 --- a/owilix/cmd/subcmds/query_extended.py +++ b/owilix/cmd/subcmds/query_extended.py @@ -275,6 +275,11 @@ def slice(self, local_specifier, remote_specifier, Enhanced with progress reporting similar to sites command and comprehensive error handling. + Usage Example: + + - owilix query slice --remote it4i:2025-05-02#1/collectionName=main "where=WHERE url like '%impressum%'" collection_name=legal2 "creator=Me" + + Args: local_specifier (str): The specifier to filter datasets locally. remote_specifier (str): The specifier to filter datasets remotely. -- 2.51.2