forked from extern/nushell
Point from keybindings help to the book's reedline chapter (#10193)
Documentation of keybindings command now points to the appropriate section of the book.
This commit is contained in:
parent
e9d4730099
commit
af79eb2943
@ -24,7 +24,10 @@ impl Command for Keybindings {
|
||||
}
|
||||
|
||||
fn extra_usage(&self) -> &str {
|
||||
"You must use one of the following subcommands. Using this command as-is will only produce this help message."
|
||||
r#"You must use one of the following subcommands. Using this command as-is will only produce this help message.
|
||||
|
||||
For more information on input and keybindings, check:
|
||||
https://www.nushell.sh/book/line_editor.html"#
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
|
Loading…
Reference in New Issue
Block a user