From 3ce9d453ae7a0e705d81a580eae7f50f84ff66dc Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 4 Aug 2024 14:17:57 +0900 Subject: [PATCH] Update ccache completion --- src/_ccache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_ccache b/src/_ccache index 72d619d..c1ac0e3 100644 --- a/src/_ccache +++ b/src/_ccache @@ -325,6 +325,8 @@ elif [[ $words[2] == -* ]]; then '--trim-dir[remove old files from directory _PATH_]: :_files -/' \ '--trim-max-size[specify the maximum size for --trim-dir]:size' \ '--trim-method[specify the method for --trim-dir]: :(atime mtime)' \ + '--trim-recompress[recompress to level LEVEL]:level' \ + '--trim-recompress-threads[use up to THREADS threads when recompressing]:threads' \ '--checksum-file[print the checksum of the file at PATH]: :_files' \ '--extract-result[extract file data stored in result file at PATH to the current working directory]' \ '(-k --get-config)'{-k,--get-config}'[print the value of configuration key]:key' \