mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 21:37:54 +02:00
Expose reedline EditCommand::Complete command (#6863)
This should have been done in 5eee33c7e4
This commit is contained in:
@ -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(),
|
||||||
|
Reference in New Issue
Block a user