We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b62766 commit 083ba77Copy full SHA for 083ba77
2 files changed
sjsonnet/src-jvm-native/sjsonnet/Config.scala
@@ -129,17 +129,6 @@ final case class Config(
129
doc = "Evaluate the given string as Jsonnet rather than treating it as a file name"
130
)
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
139
- name = "strict-set-operations",
140
- doc = """Strict set operations"""
141
142
- strictSetOperations: Flag = Flag(),
143
@arg(
144
name = "throw-error-for-invalid-sets",
145
doc = """Throw an error if a set operation is used on a non-set"""
sjsonnet/version
@@ -1 +1 @@
1
-0.5.5
+0.5.4
0 commit comments