From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE601158041 for ; Wed, 21 Feb 2024 07:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4023AE2A18; Wed, 21 Feb 2024 07:34:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2336BE2A18 for ; Wed, 21 Feb 2024 07:34:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43D653431D5 for ; Wed, 21 Feb 2024 07:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A69C614D1 for ; Wed, 21 Feb 2024 07:34:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708500859.6a3d1b3d78a174db6711deb8335ab998ec6bb6c5.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-bashcomp:master commit in: completions/ X-VCS-Repository: proj/gentoo-bashcomp X-VCS-Files: completions/emerge X-VCS-Directories: completions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a3d1b3d78a174db6711deb8335ab998ec6bb6c5 X-VCS-Branch: master Date: Wed, 21 Feb 2024 07:34:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6023548b-64b5-47c6-8752-54fda4849e5e X-Archives-Hash: 54b3b1f9180d3c41f7d94bfd3945ecff commit: 6a3d1b3d78a174db6711deb8335ab998ec6bb6c5 Author: Sam James gentoo org> AuthorDate: Wed Feb 21 07:34:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 21 07:34:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=6a3d1b3d completions/emerge: add various further options Signed-off-by: Sam James gentoo.org> completions/emerge | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/completions/emerge b/completions/emerge index 442acaf..c3be06b 100644 --- a/completions/emerge +++ b/completions/emerge @@ -93,12 +93,25 @@ _emerge() elif [[ ${cur} == --* ]]; then # Complete on long options. opts="--alphabetical \ - --ask --autounmask-write --autounmask-keep-keywords --autounmask-continue \ + --ask \ + --autounmask-write --autounmask-keep-keywords --autounmask-continue \ + --autounmask-backtrack --autounmask-only --autounmask-unrestricted-atoms \ + --autounmask-keep-masks --autounmask-license --autounmask-use \ + --accept-properties --accept-restrict --alert --alert=y --alert=n \ + --ask-enter-invalid \ + --binpkg-changed-deps --binpkg-respect-use \ + --buildpkg-exclude \ --buildpkg --buildpkgonly \ + --backtrack= \ --changelog --clean --color=y --color=n --columns --complete-graph --config \ + --complete-graph-if-new-use --complete-graph-if-new-ver \ + --config-root \ --changed-deps --changed-deps-report --changed-slot --changed-use \ --debug --deep --depclean --deselect \ + --depclean-lib-check \ + --dynamic-deps --dynamic-deps=y --dynamic-deps=n \ --emptytree \ + --exclude \ --fetch-all-uri --fetchonly \ --getbinpkg --getbinpkgonly \ --ignore-default-opts --info \