The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Getopt::Long::Descriptive::Usage"

Getopt::Long::Descriptive::Usage - the usage description for GLD River stage four • 85 direct dependents • 1684 total dependents

This document only describes the methods of the Usage object. For information on how to use Getopt::Long::Descriptive, consult its documentation....

RJBS/Getopt-Long-Descriptive-0.114 - 20 Jan 2024 22:15:01 UTC

Class::Usul::Getopt::Usage - The usage description for Getopt::Long::Descriptive River stage one • 3 direct dependents • 3 total dependents

The usage description for Getopt::Long::Descriptive. Inherits from Getopt::Long::Descriptive::Usage See Class::Usul::Options for more usage information...

PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 UTC

Getopt::LongUsage - Describe the usage of Getopt::Long options in human readable format River stage zero No dependents

This is a pure perl module which generates a user help message for a perl script that implements the "Getopt::Long" module. Simply describe each option configured for "Getopt::Long", and a useful formatted help message is generated....

RGLAUE/Getopt-LongUsage-0.12 - 07 Jul 2014 21:33:23 UTC

Getopt::Auto::Long::Usage - generate usage strings from Getopt::Long specs River stage zero No dependents

"Getopt::Auto::Long::Usage" strives to be compatible with Getopt::LongUsage. In particular, it does not require supplementing existing arglist specs with additional data (e.g. descriptions are optional). However, the goal is to provide maximum mainta...

KSTRZEROK/Getopt-Auto-Long-Usage-0.03 - 28 May 2021 10:42:10 UTC

Getopt::O2 - Command line argument processing and automated help generation, object oriented River stage zero No dependents

The "Getopt::O2" module implements an extended "Getopt" class which parses the command line from @ARGV, recognizing and removing specified options and their possible values. This module adheres to the POSIX syntax for command line options, with GNU e...

SCHIECHEO/Getopt-O2-v1.1.0 - 21 Sep 2019 12:29:24 UTC

Getopt::Long::More - Like Getopt::Long, but with more stuffs River stage one • 4 direct dependents • 4 total dependents

This module is a wrapper and drop-in replacement for Getopt::Long. It provides the same interface as Getopt::Long and, unlike other wrappers like Getopt::Long::Complete or Getopt::Long::Modern it does not change default configuration and all Getopt::...

PERLANCAR/Getopt-Long-More-0.007 - 07 Apr 2020 18:26:51 UTC

Getopt::Flex - Option parsing, done different. River stage zero No dependents

Getopt::Flex makes defining and documenting command line options in your program easy. It has a consistent object-oriented interface. Creating an option specification is declarative and configuration is optional and defaults to a few, smart parameter...

RPKELLY/Getopt-Flex-1.07 - 15 Mar 2011 02:03:47 UTC

Class::Usul::Getopt - Getopt::Long but simpler more powerful and flexible River stage one • 3 direct dependents • 3 total dependents

Getopt::Long but simpler more powerful and flexible. Inherits from Getopt::Long::Descriptive...

PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 UTC

Getopt::Long - Extended processing of command line options River stage five • 1202 direct dependents • 19447 total dependents

The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from @ARGV, recognizing and removing specified options and their possible values. This function adheres to the POSIX syntax for command lin...

JV/Getopt-Long-2.57 - 11 Nov 2023 16:51:42 UTC

MooseX::Getopt - A Moose role for processing command line options River stage three • 110 direct dependents • 324 total dependents

This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line....

ETHER/MooseX-Getopt-0.76 - 18 Dec 2023 20:20:08 UTC

Getopt::Long::Modern - Use Getopt::Long with modern defaults River stage one • 5 direct dependents • 7 total dependents

Getopt::Long::Modern is a simple wrapper of Getopt::Long to reduce the amount of typing needed to get modern defaults, and to avoid having to remember the correct incantations. See "Summary of Option Specifications" in Getopt::Long for details on spe...

DBOOK/Getopt-Long-Modern-1.000 - 27 Apr 2017 02:01:19 UTC

Getopt::Kingpin - command line options parser (like golang kingpin) River stage one • 3 direct dependents • 3 total dependents

Getopt::Kingpin is a command line parser. It supports flags and positional arguments. * Simple to use * Automatically generate help flag (--help). This module is inspired by Kingpin written in golang. https://github.com/alecthomas/kingpin...

TAKASAGO/Getopt-Kingpin-0.11 - 18 Aug 2023 04:20:12 UTC

Getopt::Mixed::Help - combine C<Getopt::Mixed> with usage and help River stage zero No dependents

The module uses a direct import mechanism called with a hash as parameter. The structure of the hash is as follows: The key is a combined (SHORT > LONG [ARGUMENT SPECIFIER [VALUE IDENTIFIER]]) option description for the outdated module "Getopt::Mixed...

DORNER/Getopt-Mixed-Help-0.26 - 04 May 2012 12:45:54 UTC

Getopt::Long::Descriptive - Getopt::Long, but simpler and more powerful River stage four • 85 direct dependents • 1684 total dependents

Getopt::Long::Descriptive is yet another Getopt library. It's built atop Getopt::Long, and gets a lot of its features, but tries to avoid making you think about its huge array of options. It also provides usage (help) messages, data validation, and a...

RJBS/Getopt-Long-Descriptive-0.114 - 20 Jan 2024 22:15:01 UTC

Getopt::Chain::v005 - Command-line processing like svn and git River stage one • 3 direct dependents • 3 total dependents

Getopt::Chain::v005 can be used to provide svn(1)- and git(1)-style option and subcommand processing. Any option specification covered by Getopt::Long is fair game. CAVEAT: Unfortunately, Getopt::Long slurps up the entire arguments array at once. Usu...

ROKR/Getopt-Chain-0.017 - 19 Dec 2011 19:59:37 UTC

Getopt::Long::DescriptivePod - write usage to Pod River stage zero No dependents

"Getopt::Long::Descriptive" is a excellent way to write parameters and usage at the same time. This module allows to write Pod at the same time too. The idea is to write the usage in the Pod of the current script during development or test....

STEFFENW/Getopt-Long-DescriptivePod-0.05 - 25 Mar 2021 14:25:52 UTC

Getopt::Config::FromPod - Extract getopt configuration from POD River stage one • 3 direct dependents • 3 total dependents

There are many and many "Getopt::*" modules on CPAN. Is this module yet another option parsing module? NO. This module is NOT to be another option parsing module but to be a companion of the modules. The "Getopt::*" modules try to solve developers' p...

YAKEX/Getopt-Config-FromPod-v0.0.4 - 18 May 2018 16:34:14 UTC

lib/MouseX/Getopt.pm River stage one • 3 direct dependents • 4 total dependents

This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line. This module attempts to DWIM as much as possible with the command line params by introspecting your class's attributes. It w...

GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 UTC

Getopt::TypeConstraint::Mouse - A command line options processor uses Mouse's type constraints River stage zero No dependents

CSIDE/Getopt-TypeConstraint-Mouse-0.05 - 16 Nov 2013 13:14:34 UTC

MooseX::Getopt::ProcessedArgv - MooseX::Getopt::ProcessedArgv - Class containing the results of process_argv River stage three • 110 direct dependents • 324 total dependents

This object contains the result of a "process_argv" in MooseX::Getopt call. It contains all the information that "new_with_options" in MooseX::Getopt uses when calling new....

ETHER/MooseX-Getopt-0.76 - 18 Dec 2023 20:20:08 UTC
21 results (0.059 seconds)