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