Skip to content

Commit aa0e7a6

Browse files
committed
fix(eventlog-live-otelcol): add debug option group
1 parent d3a65d9 commit aa0e7a6

File tree

1 file changed

+4
-3
lines changed
  • eventlog-live-otelcol/src/GHC/Eventlog/Live

1 file changed

+4
-3
lines changed

eventlog-live-otelcol/src/GHC/Eventlog/Live/Otelcol.hs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,9 +830,10 @@ data MyDebugOptions = MyDebugOptions
830830

831831
myDebugOptionsParser :: O.Parser MyDebugOptions
832832
myDebugOptionsParser =
833-
MyDebugOptions
834-
<$> O.optional myEventlogSocketParser
835-
<*> O.optional myGhcDebugSocketParser
833+
OC.parserOptionGroup "Debug Options" $
834+
MyDebugOptions
835+
<$> O.optional myEventlogSocketParser
836+
<*> O.optional myGhcDebugSocketParser
836837

837838
--------------------------------------------------------------------------------
838839
-- My Eventlog Socket

0 commit comments

Comments
 (0)