@@ -27,31 +27,32 @@ ${chalk.dim('Options:')}
27
27
28
28
--protocol <${ protocolChoices . join ( '|' ) } >
29
29
--product <subgraph-studio|hosted-service>
30
- Selects the product for which to initialize
31
- --studio Shortcut for --product subgraph-studio
32
- -g, --node <node> Graph node for which to initialize
33
- --allow-simple-name Use a subgraph name without a prefix (default: false)
34
- -h, --help Show usage information
30
+ Selects the product for which to initialize
31
+ --studio Shortcut for --product subgraph-studio
32
+ -g, --node <node> Graph node for which to initialize
33
+ --allow-simple-name Use a subgraph name without a prefix (default: false)
34
+ -h, --help Show usage information
35
35
36
36
${ chalk . dim ( 'Choose mode with one of:' ) }
37
37
38
38
--from-contract <contract> Creates a scaffold based on an existing contract
39
- --from-example Creates a scaffold based on an example subgraph
39
+ --from-example Creates a scaffold based on an example subgraph
40
40
41
41
${ chalk . dim ( 'Options for --from-contract:' ) }
42
42
43
- --contract-name Name of the contract (default: Contract)
44
- --index-events Index contract events as entities
43
+ --contract-name Name of the contract (default: Contract)
44
+ --index-events Index contract events as entities
45
45
46
46
${ chalk . dim . underline ( 'Ethereum:' ) }
47
47
48
- --abi <path> Path to the contract ABI (default: download from Etherscan)
48
+ --abi <path> Path to the contract ABI (default: download from Etherscan)
49
49
--network <${ Protocol . availableNetworks ( ) . get ( 'ethereum' ) . join ( '|' ) } >
50
- Selects the network the contract is deployed to
50
+ Selects the network the contract is deployed to
51
+
51
52
${ chalk . dim . underline ( 'NEAR:' ) }
52
53
53
54
--network <${ Protocol . availableNetworks ( ) . get ( 'near' ) . join ( '|' ) } >
54
- Selects the network the contract is deployed to
55
+ Selects the network the contract is deployed to
55
56
`
56
57
57
58
const processInitForm = async (
0 commit comments