| 19 | ) |
| 20 | |
| 21 | type installCmd struct { |
| 22 | celer *configs.Celer |
| 23 | dev bool |
| 24 | force bool |
| 25 | recursive bool |
| 26 | jobs int |
| 27 | verbose bool |
| 28 | jobsChanged bool |
| 29 | verboseChanged bool |
| 30 | } |
| 31 | |
| 32 | func (i *installCmd) Command(celer *configs.Celer) *cobra.Command { |
| 33 | i.celer = celer |
nothing calls this directly
no outgoing calls
no test coverage detected