new
Generates an empty template for the multicall .toml file that may be later used with the run subcommand. It writes it to a file provided as a required argument.
Usage
multicall new <OUTPUT_PATH> [OPTIONS]
Arguments
OUTPUT_PATH - a path to a file to write the generated .toml to. Required.
--overwrite, -o
Optional.
If the file specified by <OUTPUT_PATH> already exists, this flag overwrites it.