wok diff perl-getopt-long/description.txt @ rev 25054
Up quarry (0.3.0.1), sunxi-tools (1.4.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 08:51:13 2022 +0000 (2022-06-06) |
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 Jun 06 08:51:13 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.