2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/docs.wrm/cli/typescript.wrm

29 lines
814 B
Plaintext
Raw Normal View History

2020-01-10 01:01:00 -05:00
_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.
2020-01-10 01:01:00 -05:00
_subsection: Examples
TODO