clear blank

This commit is contained in:
熊潇 2025-02-18 13:53:46 +08:00
parent 67e5f52ff0
commit 30a79c2d8c

View File

@ -340,8 +340,8 @@ const packCommand = new Command('pack')
if (res.code === 200 && opts?.update) {
const id = res.data.id;
if (opts?.update) {
console.log(chalk.blue('example: '), 'envision pack-deploy ', id, '<key>');
console.log('envision pack-deploy ', id);
console.log(chalk.blue('example: '), 'envision pack-deploy', id, '<key>');
console.log('envision pack-deploy', id);
}
}
} catch (error) {