diff --git a/src/commands.ts b/src/commands.ts index 10f03b2..859553b 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -752,3 +752,4 @@ export function formatDescriptionWithSource(cmd: Command): string { return `${cmd.description} (${getSettingSourceName(cmd.source)})` } +