Skip to content

Commit 47c5e1e

Browse files
author
LoricAndre
committed
fix: hasten deprecation of expect after #703
1 parent 301a0da commit 47c5e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skim/src/options.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -715,11 +715,11 @@ pub struct SkimOptions {
715715
#[arg(long, help_heading = "Scripting")]
716716
pub cmd_query: Option<String>,
717717

718-
/// Comma separated list of keys used to complete skim
718+
/// [Deprecated: Use `--bind=<key>:accept(<key>)` instead] Comma separated list of keys used to complete skim
719719
///
720720
/// Comma-separated list of keys that can be used to complete sk in addition to the default enter key. When this
721721
/// option is set, sk will print the name of the key pressed as the first line of its output (or as the second
722-
/// line if --print-query is also used). The line will be empty if sk is completed with the default enter key. If
722+
/// line if --print-query is also used). No line will be printed if sk is completed with the default enter key. If
723723
/// --expect option is specified multiple times, sk will expect the union of the keys. --no-expect will clear the
724724
/// list.
725725
///

0 commit comments

Comments
 (0)