zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: getopts behaviour on `-'
Date: Tue, 06 Aug 2002 13:05:05 +0100	[thread overview]
Message-ID: <16876.1028635505@csr.com> (raw)
In-Reply-To: "Peter Stephenson"'s message of "Tue, 06 Aug 2002 12:50:03 BST." <11491.1028634603@csr.com>

Peter Stephenson wrote:
> It seems a little strange that getopts doesn't treat a `-' argument the
> same way as `--', which is what builtins do.  The manual page only
> mentions `--', but then it doesn't actually say what happens with `-'
> which slips through the gaps in the description.  What happens is that
> the `-' is treated as a regular argument, it's not skipped as `--' is.
> I think they should probably be treated the same, what does anyone else
> think?

I just compared with sh and bash, and they behave the way zsh currently
does, so it's probably safer to leave it.  However, it could be
documented explicitly.

Index: Doc/Zsh/builtins.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v
retrieving revision 1.47
diff -u -r1.47 builtins.yo
--- Doc/Zsh/builtins.yo	5 Aug 2002 12:33:27 -0000	1.47
+++ Doc/Zsh/builtins.yo	6 Aug 2002 12:04:37 -0000
@@ -448,6 +448,7 @@
 use the positional parameters.  A valid option argument
 begins with a `tt(PLUS())' or a `tt(-)'.  An argument not beginning with
 a `tt(PLUS())' or a `tt(-)', or the argument `tt(--)', ends the options.
+Note that a single `tt(-)' is not considered a valid option argument.
 var(optstring) contains the letters that tt(getopts)
 recognizes.  If a letter is followed by a `tt(:)', that option
 is expected to have an argument.  The options can be

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


  reply	other threads:[~2002-08-06 12:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-06 11:50 Peter Stephenson
2002-08-06 12:05 ` Peter Stephenson [this message]
2002-08-06 13:33 ` Philip Kizer

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=16876.1028635505@csr.com \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /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).