| 16 | ) |
| 17 | |
| 18 | type removeCmd struct { |
| 19 | celer *configs.Celer |
| 20 | dev bool |
| 21 | purge bool |
| 22 | recursive bool |
| 23 | buildCache bool |
| 24 | } |
| 25 | |
| 26 | func (r *removeCmd) Command(celer *configs.Celer) *cobra.Command { |
| 27 | r.celer = celer |
nothing calls this directly
no outgoing calls
no test coverage detected