Skip to content

Commit 083ba77

Browse files
Remove unused flags (#461)
1 parent 8b62766 commit 083ba77

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

sjsonnet/src-jvm-native/sjsonnet/Config.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,6 @@ final case class Config(
129129
doc = "Evaluate the given string as Jsonnet rather than treating it as a file name"
130130
)
131131
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(),
143132
@arg(
144133
name = "throw-error-for-invalid-sets",
145134
doc = """Throw an error if a set operation is used on a non-set"""

sjsonnet/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.5
1+
0.5.4

0 commit comments

Comments
 (0)