This commit is contained in:
nirholas
2026-03-31 10:22:57 +00:00
parent 897ff3ef1b
commit 105959b339
2 changed files with 2 additions and 0 deletions

View File

@@ -753,3 +753,4 @@ export function formatDescriptionWithSource(cmd: Command): string {
return `${cmd.description} (${getSettingSourceName(cmd.source)})`
}

View File

@@ -10,3 +10,4 @@ const tag = {
} satisfies Command
export default tag