fix(core): update
This commit is contained in:
		@@ -28,7 +28,13 @@ export const run = async () => {
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  tsdocCli.addCommand('aidocs').subscribe(async (argvArg) => {
 | 
			
		||||
    logger.log('info', `Generating new readme...`);
 | 
			
		||||
    logger.log('info', `This may take some time...`);
 | 
			
		||||
    const aidocs = new AiDoc();
 | 
			
		||||
    aidocs.buildReadme(paths.cwd);
 | 
			
		||||
    logger.log('info', `Generating new keywords...`);
 | 
			
		||||
    logger.log('info', `This may take some time...`);
 | 
			
		||||
    aidocs.buildDescription(paths.cwd);
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
  tsdocCli.addCommand('test').subscribe((argvArg) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user