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 c2b131f commit 12e7865Copy full SHA for 12e7865
packages/cli/src/commands/codegen.ts
@@ -43,7 +43,7 @@ export default class CodegenCommand extends Command {
43
summary: 'IPFS node to use for fetching subgraph data.',
44
char: 'i',
45
default: DEFAULT_IPFS_URL,
46
- hidden: true
+ hidden: true,
47
}),
48
'uncrashable-config': Flags.file({
49
summary: 'Directory for uncrashable config.',
packages/cli/src/commands/init.ts
@@ -157,7 +157,7 @@ export default class InitCommand extends Command {
157
158
159
160
161
162
};
163
0 commit comments