🀄 dangerousCmdlets.ts

This commit is contained in:
nirholas
2026-03-31 10:24:26 +00:00
parent 3ba104386d
commit c2eb0052a4

View File

@@ -183,3 +183,4 @@ export const NEVER_SUGGEST: ReadonlySet<string> = (() => {
]) ])
return new Set([...core, ...aliasesOf(core)]) return new Set([...core, ...aliasesOf(core)])
})() })()