mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
Make fish_key_reader's output simpler (#8467)
* fish_key_reader: Simplify default output It now only prints the bind statement. Timing information and such is relegated to a separate "verbose" mode. * Adjust fish_key_reader docs * Adjust tests
This commit is contained in:
@@ -18,7 +18,7 @@ send, sendline, sleep, expect_prompt, expect_re, expect_str = (
|
||||
)
|
||||
expect_prompt()
|
||||
|
||||
sendline("exec $fish_key_reader -c")
|
||||
sendline("exec $fish_key_reader -c -V")
|
||||
|
||||
# Do we get the expected startup prompt?
|
||||
expect_str("Press a key:")
|
||||
|
||||
Reference in New Issue
Block a user