wok diff perl-getopt-long/description.txt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-getopt-long/description.txt	Mon Aug 08 07:39:58 2022 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +The Getopt::Long module implements an extended getopt function
     1.5 +called GetOptions().
     1.6 +It parses the command line from @ARGV, recognizing and removing
     1.7 +specified options and their possible values.
     1.8 +
     1.9 +This function adheres to the POSIX syntax for command line options,
    1.10 +with GNU extensions.
    1.11 +In general, this means that options have long names instead of
    1.12 +single letters, and are introduced with a double dash "--".
    1.13 +Support for bundling of command line options, as was the case
    1.14 +with the more traditional single-letter approach, is provided
    1.15 +but not enabled by default.