(n *int64)
| 77 | } |
| 78 | |
| 79 | func buildNumberOption(n *int64) serpent.Option { |
| 80 | return serpent.Option{ |
| 81 | Flag: "build", |
| 82 | FlagShorthand: "b", |
| 83 | Description: "Specify a workspace build to target by name. Defaults to latest.", |
| 84 | Value: serpent.Int64Of(n), |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | func (r *RootCmd) statePush() *serpent.Command { |
| 89 | var buildNumber int64 |