Name : perl-OptArgs
| |
Version : 0.1.20
| Vendor : obs://build_opensuse_org/home:dsterba
|
Release : 2.9
| Date : 2017-10-03 23:25:56
|
Group : Development/Libraries/Perl
| Source RPM : perl-OptArgs-0.1.20-2.9.src.rpm
|
Size : 0.11 MB
| |
Packager : (none)
| |
Summary : integrated argument and option processing
|
Description :
*OptArgs* processes Perl script _options_ and _arguments_. This is in contrast with most modules in the Getopt::* namespace, which deal with options only. This module is duplicated as Getopt::Args, to cover both its original name and yet still be found in the mess that is Getopt::*.
The following model is assumed by *OptArgs* for command-line applications:
* Command
The program name - i.e. the filename be executed by the shell.
* Options
Options are parameters that affect the way a command runs. They are generally not required to be present, but that is configurable. All options have a long form prefixed by \'--\', and may have a single letter alias prefixed by \'-\'.
* Arguments
Arguments are positional parameters that that a command needs know in order to do its work. Confusingly, arguments can be optional.
* Sub-commands
From a users point of view a sub-command is simply one or more arguments given to a Command that result in a particular action. However from a code perspective they are implemented as separate, stand-alone programs which are called by a dispatcher when the appropriate arguments are given.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/dsterba:/perl/openSUSE_Tumbleweed/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(App::optargs)
perl(Getopt::Args)
perl(Getopt::Args::Usage)
perl(OptArgs)
perl(OptArgs::Usage)
perl-OptArgs
Requires :