mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
added -o flag. todo: options should be removed from the components
This commit is contained in:
parent
2b9e8adeed
commit
d6b28af7e2
@ -335,8 +335,8 @@ bool CommandLineInterface::parseArguments(int argc, char** argv)
|
|||||||
po::value<string>()->value_name(boost::join(g_combinedJsonArgs, ",")),
|
po::value<string>()->value_name(boost::join(g_combinedJsonArgs, ",")),
|
||||||
"Output a single json document containing the specified information, can be combined."
|
"Output a single json document containing the specified information, can be combined."
|
||||||
)
|
)
|
||||||
(g_argAstStr.c_str(), po::value<OutputType>()->value_name("stdout|file|both"),
|
("output-dir,o", po::value<vector<string>>()->composing(), "Output directory path")
|
||||||
"Request to output the AST of the contract.")
|
(g_argAstStr.c_str(), "Request to output the AST of the contract.")
|
||||||
(g_argAstJson.c_str(), po::value<OutputType>()->value_name("stdout|file|both"),
|
(g_argAstJson.c_str(), po::value<OutputType>()->value_name("stdout|file|both"),
|
||||||
"Request to output the AST of the contract in JSON format.")
|
"Request to output the AST of the contract in JSON format.")
|
||||||
(g_argAsmStr.c_str(), po::value<OutputType>()->value_name("stdout|file|both"),
|
(g_argAsmStr.c_str(), po::value<OutputType>()->value_name("stdout|file|both"),
|
||||||
|
Loading…
Reference in New Issue
Block a user