mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CommandLineParser: Fix some outputs not being properly disallowed with --stop-after parsing
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--pretty-json --json-indent 4 --stop-after parsing --abi
|
||||
@@ -0,0 +1 @@
|
||||
The following options are mutually exclusive: --stop-after, --abi. Select at most one.
|
||||
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity *;
|
||||
|
||||
import "A";
|
||||
|
||||
contract C {
|
||||
function f() public {}
|
||||
}
|
||||
Reference in New Issue
Block a user