| 17 | ) |
| 18 | |
| 19 | type updateCmd struct { |
| 20 | celer *configs.Celer |
| 21 | confRepo bool |
| 22 | portsRepo bool |
| 23 | recursive bool |
| 24 | force bool |
| 25 | } |
| 26 | |
| 27 | func (u *updateCmd) Command(celer *configs.Celer) *cobra.Command { |
| 28 | u.celer = celer |
nothing calls this directly
no outgoing calls
no test coverage detected