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 1b69b9e commit 3295954Copy full SHA for 3295954
packages/cli/src/commands/init.ts
@@ -560,7 +560,8 @@ async function processInitForm(
560
type: 'input',
561
name: 'source',
562
message: sourceMessage,
563
- skip: () => !isComposedSubgraph,
+ skip: () =>
564
+ initFromExample !== undefined || !protocolInstance.hasContract() || isSubstreams,
565
initial: initContract,
566
validate: async (value: string) => {
567
if (isComposedSubgraph) {
0 commit comments