Skip to content

Commit

Permalink
Fixed backwards compatibility with toolinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Jan 7, 2024
1 parent 17be7fe commit 2964798
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ data class InputConfig(
description = "XCFA and ParseContext (will overwrite --input and --parse-ctx when given)")
var xcfaWCtx: Triple<XCFA, MCM, ParseContext>? = null,

@Parameter(names = ["--property-file"],
@Parameter(names = ["--property"],
description = "Path of the property file (will overwrite --property when given)")
var propertyFile: File? = null,

@Parameter(names = ["--property"], description = "Property")
@Parameter(names = ["--property-value"], description = "Property")
var property: ErrorDetection = ErrorDetection.ERROR_LOCATION
) : Config

Expand Down

0 comments on commit 2964798

Please sign in to comment.