Skip to content

Commit

Permalink
fix: set ExitErrHandler (#1258)
Browse files Browse the repository at this point in the history
* fix: set ExitErrHandler

* refactor: fix a lint error
  • Loading branch information
suzuki-shunsuke committed May 9, 2024
1 parent 6ee25f1 commit 7a2e3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func New(flags *LDFlags) *cli.App {
app.Name = "tfcmt"
app.Usage = "Notify the execution result of terraform command"
app.Version = flags.AppVersion()
app.ExitErrHandler = func(*cli.Context, error) {}
app.Flags = []cli.Flag{
&cli.StringFlag{
Name: "owner",
Expand Down

0 comments on commit 7a2e3a2

Please sign in to comment.