File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -129,17 +129,6 @@ final case class Config(
129
129
doc = " Evaluate the given string as Jsonnet rather than treating it as a file name"
130
130
)
131
131
exec : Flag = Flag (),
132
- @ arg(
133
- name = " strict-inherited-assertions" ,
134
- doc =
135
- """ Properly handle assertions defined in a Jsonnet dictionary that is extended more than once"""
136
- )
137
- strictInheritedAssertions : Flag = Flag (),
138
- @ arg(
139
- name = " strict-set-operations" ,
140
- doc = """ Strict set operations"""
141
- )
142
- strictSetOperations : Flag = Flag (),
143
132
@ arg(
144
133
name = " throw-error-for-invalid-sets" ,
145
134
doc = """ Throw an error if a set operation is used on a non-set"""
Original file line number Diff line number Diff line change 1
- 0.5.5
1
+ 0.5.4
You can’t perform that action at this time.
0 commit comments