Skip to content

Commit

Permalink
chore: better help
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Dec 15, 2023
1 parent f0fe7fb commit edc7b30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cli/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ Just runs \`npm test\`, which by default runs \`jest\`.`,
Builds a contract (similar to build command) and verifies it on https://verifier.ton.org. The contract must be already deployed on the network. If the contract's name is not specified on the command line, it will be asked interactively.
Flags:
--mainnet, --testnet - specifies the network on which to verify the contract. If not specified on the command line, it will be asked interactively.`,
--mainnet, --testnet - specifies the network to use when running the script. If not specified on the command line, it will be asked interactively.
--custom [api-endpoint] - indicates that a custom API should be used when running the script, and the API URL optionally. (example: https://testnet.toncenter.com/api/v2/) Requires --custom-type to be specified.
--custom-version - specifies the API version to use with the custom API. Options: v2 (defualt), v4.
--custom-key - specifies the API key to use with the custom API, can only be used with API v2.
--custom-type - specifies the network type to be indicated to scripts. Options: mainnet, testnet.`,
};

export let additionalHelpMessages: Record<string, string> = {};
Expand Down

0 comments on commit edc7b30

Please sign in to comment.