metamask/Retry command
Retry a command up to a specified number of times.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to run. | yes | — |
| shell | The shell to run the command in. | no | bash |
| max-retries | The maximum number of times to retry the command. | no | 3 |
Outputs
| name | description |
|---|---|
| success | Whether the command succeeded. |