Merge remote-tracking branch 'origin/dev'

This commit is contained in:
di-sukharev
2023-05-04 12:51:35 +08:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ export const setConfig = (keyValues: [key: string, value: string][]) => {
writeFileSync(configPath, iniStringify(config), 'utf8');
outro(`${chalk.green('✔')} config successfully set`);
outro(`${chalk.green('✔')} Config successfully set`);
};
export const configCommand = command(