fix(core): update

This commit is contained in:
2024-04-13 16:22:33 +02:00
parent 69d59e02f8
commit 7c3bae4c6e
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export const run = async () => {
});
});
tsdocCli.addCommand('aidocs').subscribe(async (argvArg) => {
tsdocCli.addCommand('aidoc').subscribe(async (argvArg) => {
logger.log('info', `Generating new readme...`);
logger.log('info', `This may take some time...`);
const aidocs = new AiDoc();