Skip to content

Commit

Permalink
chore: add path flag to health monitor app
Browse files Browse the repository at this point in the history
This flag allows users to optionally specify the location of the app
chain directory.
  • Loading branch information
jeronimoalbi committed Feb 13, 2024
1 parent bac4568 commit ed7ba4d
Showing 1 changed file with 6 additions and 0 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

0 comments on commit ed7ba4d

Please sign in to comment.