zsh-workers
 help / color / mirror / code / Atom feed
From: Shohei YOSHIDA <syohex@gmail.com>
To: zsh-workers@zsh.org
Cc: Shohei YOSHIDA <syohex@gmail.com>
Subject: [PATCH 2/4] Update sw_vers completion
Date: Wed, 23 Aug 2023 13:00:02 +0900	[thread overview]
Message-ID: <20230823040004.171642-3-syohex@gmail.com> (raw)
In-Reply-To: <20230823040004.171642-1-syohex@gmail.com>

- Add 'productVersionExtra' flag
- Use '--' double dashes instead of '-' single dash
  Its manpage says "sw_vers is backwards compatible with previous versions
  which expect options passed with a single dash"
---
 Completion/Darwin/Command/_sw_vers | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Completion/Darwin/Command/_sw_vers b/Completion/Darwin/Command/_sw_vers
index 11814e0b0..b5b26580e 100644
--- a/Completion/Darwin/Command/_sw_vers
+++ b/Completion/Darwin/Command/_sw_vers
@@ -1,6 +1,7 @@
 #compdef sw_vers
 
 _arguments : \
-  '(-)-buildVersion[display build version only]' \
-  '(-)-productName[display product name only]' \
-  '(-)-productVersion[display product version only]'
+  '(-)--buildVersion[display build version only]' \
+  '(-)--productName[display product name only]' \
+  '(-)--productVersion[display product version only]' \
+  '(-)--productVersionExtra[display rapid security response version only]'
-- 
2.42.0



  parent reply	other threads:[~2023-08-23  4:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23  4:00 [PATCH 0/4] Update macOS command completions Shohei YOSHIDA
2023-08-23  4:00 ` [PATCH 1/4] Update system_profiler completion Shohei YOSHIDA
2023-08-25  4:56   ` Jun T
2023-08-25  5:24     ` Shohei Yoshida
2023-08-27  7:02       ` Shohei Yoshida
2023-08-25  5:11   ` Jun T
2023-08-23  4:00 ` Shohei YOSHIDA [this message]
2023-08-25  5:01   ` [PATCH 2/4] Update sw_vers completion Jun T
2023-08-25  5:29     ` Shohei Yoshida
2023-08-27  6:53       ` Shohei Yoshida
2023-08-23  4:00 ` [PATCH 3/4] Update otool completion Shohei YOSHIDA
2023-08-25 15:16   ` Jun. T
     [not found]     ` <CAFX6MONwMeWWVmUScwqq1zUiHhebF6+fhi3kvDk1pP=VR7y_oQ@mail.gmail.com>
     [not found]       ` <F45E2407-3AFA-4925-A247-98013FB3EEAF@kba.biglobe.ne.jp>
2023-08-28  2:32         ` Shohei Yoshida
2023-08-28  4:02           ` Jun T
2023-08-23  4:00 ` [PATCH 4/4] Update open completion Shohei YOSHIDA
2023-08-25 16:07   ` Jun. T
2023-08-27  7:18     ` Shohei Yoshida
     [not found]     ` <CAH+w=7Z3AKE4Z3EKN7j9Qh+0UPzJgWjibJ7LmqFQ5xN+QSr5Sw@mail.gmail.com>
2023-08-28  1:53       ` Jun. T

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230823040004.171642-3-syohex@gmail.com \
    --to=syohex@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).