We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hsm gen-types
1 parent 844b1bb commit 5adfeefCopy full SHA for 5adfeef
src/bin/hsm.ts
@@ -210,6 +210,9 @@ for (const argument of process.argv.slice(2)) {
210
console.log(`synced ${macrosSynced} macros to ${usersSynced} users`)
211
} break
212
213
+ case `generate-type-declaration`:
214
+ case `gen-type-declaration`:
215
+ case `gen-dts`:
216
case `gen-types`: {
217
const sourcePath = resolvePath(commands[1] || `.`)
218
const typeDeclaration = generateTypeDeclaration(sourcePath, (await getConfig()).hackmudPath)
0 commit comments