mirror of
https://github.com/nushell/nushell.git
synced 2025-06-19 00:17:02 +02:00
Expose reedline EditCommand::Complete command (#6863)
This should have been done in 5eee33c7e4b48b206e2aafafe93203db1dd3ec3a
This commit is contained in:
parent
ab0a6b6ca6
commit
1ec41a0ab4
@ -964,6 +964,7 @@ fn edit_from_record(
|
|||||||
let char = extract_char(value, config)?;
|
let char = extract_char(value, config)?;
|
||||||
EditCommand::MoveLeftBefore(char)
|
EditCommand::MoveLeftBefore(char)
|
||||||
}
|
}
|
||||||
|
"complete" => EditCommand::Complete,
|
||||||
e => {
|
e => {
|
||||||
return Err(ShellError::UnsupportedConfigValue(
|
return Err(ShellError::UnsupportedConfigValue(
|
||||||
"reedline EditCommand".to_string(),
|
"reedline EditCommand".to_string(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user