2
0
mirror of synced 2025-02-23 19:48:28 +00:00
ethers.js/docs.wrm/cli/typescript.wrm
2020-04-19 02:18:20 -04:00

29 lines
814 B
Plaintext

_section: TypeScript
_subsection: Help
_code: @lang<text>
Usage:
ethers-ts FILENAME [ ... ] [ OPTIONS ]
OPTIONS
--output FILENAME Write the output to FILENAME (default: stdout)
--force Overwrite files if they already exist
--no-optimize Do not run the solc optimizer
--no-bytecode Do not include bytecode and Factory methods
OTHER OPTIONS
--debug Show stack traces for errors
--help Show this usage and exit
--version Show this version and exit
(*) By including mnemonics or private keys on the command line they are
possibly readable by other users on your system and may get stored in
your bash history file. This is NOT recommended.
_subsection: Examples
TODO