Skip to content

Commit 4eba496

Browse files
committed
resolve comments
1 parent 273f527 commit 4eba496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/actions/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function run(options: Options) {
3939
}
4040
const model = await pureGenerate(options, false);
4141

42-
if (!options.offline) {
42+
if (!options.offline && !options.silent) {
4343
await showNotification();
4444
}
4545

0 commit comments

Comments
 (0)