From 5b8d9286e891b1bc5cfbcfce1a1862cb8dbdf2b4 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 10 Dec 2024 16:23:33 -0600 Subject: [PATCH] fix(autocomplete): bad alias (#1118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🧰 Changes autocompletions were broken, seemingly due to the `guides prune` alias: ![CleanShot 2024-12-10 at 16 22 42@2x](https://github.com/user-attachments/assets/5ecc8b35-895c-4150-9553-821e3e7ba7cf) thankfully the fix is harmless and shouldn't result in any actual end user changes. --- src/commands/docs/prune.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/docs/prune.ts b/src/commands/docs/prune.ts index f21986d6c..c1272a997 100644 --- a/src/commands/docs/prune.ts +++ b/src/commands/docs/prune.ts @@ -26,7 +26,8 @@ export default class DocsPruneCommand extends BaseCommand