CommandLineParser: Fix some outputs not being properly disallowed with --stop-after parsing

This commit is contained in:
Kamil Śliwak
2023-06-14 14:22:38 +02:00
parent 0713adde04
commit f8a1af8bd5
6 changed files with 16 additions and 14 deletions
@@ -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 {}
}