summaryrefslogtreecommitdiffstats
path: root/src/command/client/search.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/client/search.rs')
-rw-r--r--src/command/client/search.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs
index 7a4d365fd..9d05fe583 100644
--- a/src/command/client/search.rs
+++ b/src/command/client/search.rs
@@ -49,6 +49,10 @@ pub struct Cmd {
#[arg(long)]
limit: Option<i64>,
+ /// Offset from the start of the results
+ #[arg(long)]
+ offset: Option<i64>,
+
/// Open interactive search UI
#[arg(long, short)]
interactive: bool,
@@ -111,6 +115,7 @@ impl Cmd {
before: self.before,
after: self.after,
limit: self.limit,
+ offset: self.offset,
};
let mut entries =