Skip to content

Commit

Permalink
Merge pull request #2868 from ActiveState/mitchell/dx-2311
Browse files Browse the repository at this point in the history
`state` supports JSON output for `--verbose`.
  • Loading branch information
mitchell-as authored Nov 8, 2023
2 parents cfee491 + dd57061 commit 9fa5e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/state/internal/cmdtree/cmdtree.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ func newStateCommand(globals *globalOptions, prime *primer.Values) *captain.Comm
cmd.SetHasVariableArguments()
cmd.OnExecStart(cmdCall.OnExecStart)
cmd.OnExecStop(cmdCall.OnExecStop)
cmd.SetSupportsStructuredOutput()

return cmd
}
Expand Down

0 comments on commit 9fa5e83

Please sign in to comment.