diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 13:22:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 13:22:04 +0800 |
| commit | e553c0fc22ae99251d3954ae248216ec9bf68e3f (patch) | |
| tree | ef60bf4061b38282e9af8d6b2c9b22f267bd71b5 | |
| parent | cc2d262b1d47748e92d436933509d7f5b78c2414 (diff) | |
| -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", |
