Name : perl-OptArgs2
| |
Version : 2.0.0
| Vendor : obs://build_opensuse_org/home:illuusio
|
Release : ill.2.1
| Date : 2024-04-17 12:20:47
|
Group : Unspecified
| Source RPM : perl-OptArgs2-2.0.0-ill.2.1.src.rpm
|
Size : 0.12 MB
| |
Packager : https://www_suse_com/
| |
Summary : CLI argument and option processing
|
Description :
*OptArgs2* processes command line arguments, options, and subcommands according to the following definitions:
* Command
A program run from the command line to perform a task.
* Arguments
Arguments are positional parameters that pass information to a command. Arguments can be optional, but they should not be confused with Options below.
* Options
Options are non-positional parameters that pass information to a command. They are generally not required to be present (hence the name Option) but that is configurable. All options have a long form prefixed by \'--\', and may have a single letter alias prefixed by \'-\'.
* Subcommands
From the users point of view a subcommand is a special argument with its own set of arguments and options. However from a code authoring perspective subcommands are often implemented as stand-alone programs, called from the main script when the appropriate command arguments are given.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/illuusio:/perl/15.6/noarch |