We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e68b12 commit 3caa769Copy full SHA for 3caa769
1 file changed
cli/src/main/scala/com/codacy/analysis/cli/command/CLIApp.scala
@@ -100,8 +100,9 @@ final case class DefaultCommand(
100
}
101
102
103
-final case class CommonOptions(@ValueDescription("Run the tool with verbose output")
104
- verbose: Int @@ Counter = Tag.of(0)) {
+final case class CommonOptions(
+ @ValueDescription("Run the tool with verbose output")
105
+ verbose: Int @@ Counter = Tag.of(0)) {
106
val verboseValue: Boolean = verbose.## > 0
107
108
0 commit comments