diff options
author | 2010-11-24 15:52:49 +0100 | |
---|---|---|
committer | 2010-11-24 14:56:43 +0000 | |
commit | 250773a75c9e60694bb0329df05550167642fa2b (patch) | |
tree | f430f5e5a41aab1ff9002f715587a9f7ad488b09 | |
parent | e019482551d0498560952392fedc4eb2683df194 (diff) | |
download | paludis-250773a75c9e60694bb0329df05550167642fa2b.tar.gz paludis-250773a75c9e60694bb0329df05550167642fa2b.tar.xz |
Bring zsh-completion up to date
-rw-r--r-- | zsh-completion/_cave | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index 5fe9cf9ba..be9c6030b 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -28,8 +28,8 @@ _cave() _cave_commands=( 'config:Perform post-install configuration on a package' 'contents:Display the contents of a package ID' - 'dump-cave-formats-conf:Output a ~/.cave/formats.conf' "display-resolution:Displays a dependency resolution created using \'cave resolve\'" + 'dump-cave-formats-conf:Output a ~/.cave/formats.conf' 'executables:Display executables belonging to an ID' "execute-resolution:Executes a dependency resolution created using \'cave resolve\'" 'find-candidates:Find a list of candidate packages for a search' @@ -42,6 +42,7 @@ _cave() 'match:Determine whether a particular package version has certain properties' 'owner:Shows package IDs owning a given file' 'perform:Perform an action upon a package' + 'print-best-version:Prints the best installed version matching a particular spec' 'print-categories:Prints a list of known categories' 'print-commands:Prints a list of known cave commands' 'print-environment-metadata:Prints environment metadata' @@ -51,6 +52,7 @@ _cave() 'print-id-executables:Prints a list of executables belonging to an ID' 'print-id-masks:Prints ID masks' 'print-id-metadata:Prints ID metadata' + 'print-id-size:Prints the size of files installed by a package, in a parsable format' 'print-ids:Prints a list of known IDs' 'print-owners:Prints a list of package IDs owning a given file' 'print-packages:Prints a list of package names' @@ -60,12 +62,14 @@ _cave() 'print-set:Prints a list of known sets' 'print-sets:Prints a list of sets' 'print-sync-protocols:Prints a list of sync protocols' + 'print-unused-distfiles:Prints all unused distfiles' 'purge:Uninstall unused packages' 'report:Display a summary of potential problems with installed packages' 'resolve:Display how to resolve one or more targets, and possibly then perform that resolution' "resume:Resume a failed resolution from \'cave resolve\'" 'search:Search for packages with particular characteristics' 'show:Display a summary of a given object' + 'size:Prints the size of files installed by a package' 'sync:Sync all or specified repositories' 'uninstall:Uninstall one or more packages' 'update-world:Updates the world set' |