summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2022-01-22 20:16:41 +0100
committerGitHub <noreply@github.com>2022-01-22 20:16:41 +0100
commit5edc773488db05f9c4c544a29e2ae973f92af28c (patch)
tree1bef4e47be2ec6478f1646ea23ef93a4f13599b1 /scripts
parent8e8bc6f5c158cfcd227c428b61b2046debd3a91d (diff)
parentefd719bcc322c8ea2d419a6f59776f1277fe53b7 (diff)
Merge pull request #6108 from sophie-h/sophie-h/list-command-line
list: Add command_line to format keys
Diffstat (limited to 'scripts')
-rw-r--r--scripts/shell_completions/zsh/_borg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/shell_completions/zsh/_borg b/scripts/shell_completions/zsh/_borg
index 7abc5e3b8..548d9a28e 100644
--- a/scripts/shell_completions/zsh/_borg
+++ b/scripts/shell_completions/zsh/_borg
@@ -1148,7 +1148,7 @@ _borg_format_keys() {
local repo_or_arch=${(Q)1}
local -a keys=( NEWLINE NL NUL SPACE TAB CR LF )
- local -a repository_keys=( archive name barchive comment bcomment id start time end hostname username )
+ local -a repository_keys=( archive name barchive comment bcomment id start time end command_line hostname username )
local -a archive_keys=( type mode uid gid user group path bpath source linktarget flags size csize dsize dcsize
num_chunks unique_chunks mtime ctime atime isomtime isoctime isoatime blake2b blake2s md5 sha1 sha224 sha256 sha384
sha3_224 sha3_256 sha3_384 sha3_512 sha512 shake_128 shake_256 archiveid archivename extra health )