mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 14:07:42 +00:00
stash: add help text for cliphist compat flags
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964aa5c4ab66d13fe6e0d38400cdde5de1a
This commit is contained in:
parent
1ed518a3b6
commit
b1a220400d
1 changed files with 5 additions and 0 deletions
|
|
@ -34,12 +34,17 @@ struct Cli {
|
|||
#[arg(long, default_value_t = u64::MAX)]
|
||||
max_items: u64,
|
||||
|
||||
/// Number of recent entries to check for duplicates when storing new
|
||||
/// clipboard data.
|
||||
#[arg(long, default_value_t = 100)]
|
||||
max_dedupe_search: u64,
|
||||
|
||||
/// Maximum width (in characters) for clipboard entry previews in list
|
||||
/// output.
|
||||
#[arg(long, default_value_t = 100)]
|
||||
preview_width: u32,
|
||||
|
||||
/// Path to the SQLite clipboard database file.
|
||||
#[arg(long)]
|
||||
db_path: Option<PathBuf>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue