| 191 | |
| 192 | #[derive(Debug, Parser)] |
| 193 | pub enum CleanCmd { |
| 194 | /// Remove all package source repositories and .SRCINFO files |
| 195 | PkgSrcRepositories, |
| 196 | |
| 197 | /// Remove extracted repository sync database files and tarballs. |
| 198 | Databases, |
| 199 | |
| 200 | /// Remove all downloaded packages and any other files extracted from them. |
| 201 | Packages, |
| 202 | } |
nothing calls this directly
no outgoing calls
no test coverage detected