Skip to content

Commit

Permalink
chore: add --path flag to health monitor app (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi authored Feb 13, 2024
1 parent 511082c commit 155e8e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions examples/health-monitor/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ func GetCommands() []*plugin.Command {
DefaultValue: "false",
Type: plugin.FlagTypeBool,
},
{
Name: "path",
Usage: "path of the app",
DefaultValue: ".",
Type: plugin.FlagTypeString,
},
{
Name: "refresh-duration",
Shorthand: "r",
Expand Down
2 changes: 0 additions & 2 deletions examples/health-monitor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module health-monitor

go 1.21.1

toolchain go1.21.6

require (
github.com/cometbft/cometbft v0.38.5
github.com/cosmos/cosmos-sdk v0.50.3
Expand Down

0 comments on commit 155e8e1

Please sign in to comment.