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 +