aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-03 14:49:05 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-03 14:49:05 +0800
commit4399302720b4d0dc58fa424a4f1f4654e4671403 (patch)
tree9f991fcb487a2724455db04c73e34d33b9f1e9ba /docs/dev/pages
parent0ddfcbd044aa2a35f716f8d9b18c056dd6ec46af (diff)
docs: fix trailing whitespace in issue doc page
Diffstat (limited to 'docs/dev/pages')
-rw-r--r--docs/dev/pages/issues/the-shit-time.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/pages/issues/the-shit-time.md b/docs/dev/pages/issues/the-shit-time.md
index b23854e..ece670e 100644
--- a/docs/dev/pages/issues/the-shit-time.md
+++ b/docs/dev/pages/issues/the-shit-time.md
@@ -34,7 +34,7 @@ fn complete(ctx: &ShellContext) -> Suggest {
// ...
}
```
-
+
Final implementation:
By adding support for `EntryFallback` (formerly `ErrorDispatcherNotFound`) to the Completion system, `EntryFallback` can now be used as a completion entry point when no subcommand is matched: