diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1289,7 +1289,7 @@ pub fn hello() { /* ... */ } pub fn bye() { /* ... */ } #[completion(EntryHello)] -pub fn complete_hello(ctx: &ShellContext) -> Suggest { +pub fn complete_hello(ctx: ShellContext) -> Suggest { if ctx.previous_word == "hello" { suggest! { "Alice": "The Sender", |
