MCPcopy Create free account
hub / github.com/archlinux/alpm / CleanCmd

Enum CleanCmd

dev-scripts/src/cli.rs:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192#[derive(Debug, Parser)]
193pub 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected