We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273f527 commit 4eba496Copy full SHA for 4eba496
1 file changed
packages/cli/src/actions/generate.ts
@@ -39,7 +39,7 @@ export async function run(options: Options) {
39
}
40
const model = await pureGenerate(options, false);
41
42
- if (!options.offline) {
+ if (!options.offline && !options.silent) {
43
await showNotification();
44
45
0 commit comments