Add parentheses to tool suggestions
This commit is contained in:
parent
dc68f0307f
commit
8e92d8ee2b
@ -67,7 +67,7 @@ impl DustReadline {
|
|||||||
tool_hints: TOOL_LIST
|
tool_hints: TOOL_LIST
|
||||||
.iter()
|
.iter()
|
||||||
.map(|tool| ToolHint {
|
.map(|tool| ToolHint {
|
||||||
display: tool.info().identifier.to_string(),
|
display: tool.info().identifier.to_string() + "()",
|
||||||
complete_to: tool.info().identifier.len(),
|
complete_to: tool.info().identifier.len(),
|
||||||
})
|
})
|
||||||
.collect(),
|
.collect(),
|
||||||
|
Loading…
Reference in New Issue
Block a user