fix: hasten deprecation of expect after #703
Some checks are pending
release-please / release-please (push) Waiting to run
release-please / setup-release (push) Blocked by required conditions
release-please / publish-crate (push) Blocked by required conditions
release-please / Build release binaries (aarch64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (aarch64, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (arm, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (armv7, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, unknown-linux-musl) (push) Blocked by required conditions
Build & Test / unittests (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / unittests (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / e2e (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (push) Waiting to run
Build & Test / rustfmt (push) Waiting to run

This commit is contained in:
LoricAndre 2025-03-05 23:29:05 +01:00
parent 301a0dabeb
commit 47c5e1e54e

View file

@ -715,11 +715,11 @@ pub struct SkimOptions {
#[arg(long, help_heading = "Scripting")]
pub cmd_query: Option<String>,
/// Comma separated list of keys used to complete skim
/// [Deprecated: Use `--bind=<key>:accept(<key>)` instead] Comma separated list of keys used to complete skim
///
/// Comma-separated list of keys that can be used to complete sk in addition to the default enter key. When this
/// option is set, sk will print the name of the key pressed as the first line of its output (or as the second
/// line if --print-query is also used). The line will be empty if sk is completed with the default enter key. If
/// line if --print-query is also used). No line will be printed if sk is completed with the default enter key. If
/// --expect option is specified multiple times, sk will expect the union of the keys. --no-expect will clear the
/// list.
///