From 105959b33967f763c9e01e09b8dba5030106fb5a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands.ts | 1 + src/commands/tag/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/commands.ts b/src/commands.ts index 859553b..c5a317d 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -753,3 +753,4 @@ export function formatDescriptionWithSource(cmd: Command): string { return `${cmd.description} (${getSettingSourceName(cmd.source)})` } + diff --git a/src/commands/tag/index.ts b/src/commands/tag/index.ts index 8d0bd65..5cc74bc 100644 --- a/src/commands/tag/index.ts +++ b/src/commands/tag/index.ts @@ -10,3 +10,4 @@ const tag = { } satisfies Command export default tag +