Name : perl-OptArgs
| |
Version : 0.1.21
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.16
| Date : 2024-08-05 17:46:18
|
Group : Unspecified
| Source RPM : perl-OptArgs-0.1.21-1.16.src.rpm
|
Size : 0.11 MB
| |
Packager : (none)
| |
Summary : CLI argument and option processing
|
Description :
_Deprecated_: development on OptArgs stopped in 2016. Consider using OptArgs2 instead, which is faster and better looking in many ways :-)
*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/devel:/languages:/perl:/CPAN-O/openSUSE_Tumbleweed/noarch |