File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ require (
14
14
github.com/suzuki-shunsuke/go-ci-env/v3 v3.1.0
15
15
github.com/suzuki-shunsuke/go-findconfig v1.2.0
16
16
github.com/suzuki-shunsuke/logrus-error v0.1.4
17
+ github.com/suzuki-shunsuke/urfave-cli-help-all v0.0.2
17
18
github.com/urfave/cli/v2 v2.27.5
18
19
golang.org/x/oauth2 v0.25.0
19
20
gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ github.com/suzuki-shunsuke/go-findconfig v1.2.0 h1:PWHIyKZEsVmZVh6+K+rHVw0/XjTFm
75
75
github.com/suzuki-shunsuke/go-findconfig v1.2.0 /go.mod h1:lXzJUZQXrgsMmpHxXMVrWUAQpE4EopgDEJbwslvKbzs =
76
76
github.com/suzuki-shunsuke/logrus-error v0.1.4 h1:nWo98uba1fANHdZ9Y5pJ2RKs/PpVjrLzRp5m+mRb9KE =
77
77
github.com/suzuki-shunsuke/logrus-error v0.1.4 /go.mod h1:WsVvvw6SKSt08/fB2qbnsKIMJA4K1MYCUprqsBJbMiM =
78
+ github.com/suzuki-shunsuke/urfave-cli-help-all v0.0.2 h1:5MQhRCdZz4AbXxZOXjmMFK4PurBJ+h7emFrau9TZaRY =
79
+ github.com/suzuki-shunsuke/urfave-cli-help-all v0.0.2 /go.mod h1:sSi6xaUaHfaqu32ECLeyE7NTMv+ZM5dW0JikhllaalY =
78
80
github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w =
79
81
github.com/urfave/cli/v2 v2.27.5 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
80
82
github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc =
Original file line number Diff line number Diff line change 1
1
package cli
2
2
3
3
import (
4
+ "github.com/suzuki-shunsuke/urfave-cli-help-all/helpall"
4
5
"github.com/urfave/cli/v2"
5
6
)
6
7
@@ -113,5 +114,6 @@ $ tfcmt [<global options>] apply -- terraform apply [<terraform apply options>]`
113
114
},
114
115
},
115
116
}
117
+ app .Commands = append (app .Commands , helpall .New (nil ))
116
118
return app
117
119
}
You can’t perform that action at this time.
0 commit comments