You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
860 B
Plaintext
23 lines
860 B
Plaintext
2 years ago
|
# src/args.rs
|
||
|
|
||
|
about = A scriptable and declarative Pacman repository management tool
|
||
|
|
||
|
help-verbose = Set amount of logging output
|
||
|
help-exclude = Exclude given repositories from the operation
|
||
|
|
||
|
help-init = Initializes empty Malachite repository in current directory
|
||
|
|
||
|
help-pull = Clone and/or update Git repositories
|
||
|
help-pull-rebuild = Rebuild packages if new commits are found
|
||
|
help-pull-concurrent = Number of concurrent rebuilds
|
||
|
|
||
|
help-build = Build given package(s)
|
||
|
help-build-packages = Package(s) to build
|
||
|
help-build-concurrent = Number of concurrent builds
|
||
|
|
||
|
help-clean = Remove Git repositories no longer present in the configuration
|
||
|
help-clean-prune = Keep X latest versions of each package, removing any that are older
|
||
|
|
||
|
help-info = Display information about the current Malachite repository
|
||
|
|
||
|
help-generate = Generate Pacman repository from built packages
|