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 ffad94e commit 4176fe8Copy full SHA for 4176fe8
index.ts
@@ -683,13 +683,16 @@ async function init() {
683
}),
684
)
685
686
- result.needsAutomaticallyInstallDependencies = await unwrapPrompt(
687
- confirm({
688
- message: language.needsAutomaticallyInstallDependencies.message,
689
- // TODO: default to true sometime in the future
690
- initialValue: false,
691
- }),
692
- )
+ if (!args.length) {
+ // skip snapshot pending prompts
+ result.needsAutomaticallyInstallDependencies = await unwrapPrompt(
+ confirm({
+ message: language.needsAutomaticallyInstallDependencies.message,
+ // TODO: default to true sometime in the future
+ initialValue: false,
693
+ }),
694
+ )
695
+ }
696
697
let outroMessage = `${language.infos.done}\n\n`
698
if (root !== cwd) {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments