File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -715,11 +715,11 @@ pub struct SkimOptions {
715
715
#[ arg( long, help_heading = "Scripting" ) ]
716
716
pub cmd_query : Option < String > ,
717
717
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
719
719
///
720
720
/// Comma-separated list of keys that can be used to complete sk in addition to the default enter key. When this
721
721
/// 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
723
723
/// --expect option is specified multiple times, sk will expect the union of the keys. --no-expect will clear the
724
724
/// list.
725
725
///
You can’t perform that action at this time.
0 commit comments