Gobo Eiffel Argument Library
Copyright (c) 2006, Bernd Schoeller and others
Eiffel Forum License v2 (see forum.txt)
-- Make an option that has a_short_form as short form and a_long_form
-- as long form.
-- (From AP_OPTION)
-- Make an option that a_long_form as long form.
-- (From AP_OPTION)
-- Make an option that has a_short_form as short form.
-- (From AP_OPTION)
-- Description of this option
-- (From AP_OPTION)
-- Example for the usage of the option (short preferred)
-- (From AP_OPTION)
-- Short form
-- (From AP_OPTION)
-- Number of times this flag was encountered
-- (From AP_OPTION)
-- Does this option have a short form?
-- (From AP_OPTION)
-- Is the option not optional?
-- (From AP_OPTION)
-- Does this option need a parameter?
-- (From AP_OPTION)
-- Let the text a_string describe the option.
-- (From AP_OPTION)
-- Make a_long_form the long form.
-- (From AP_OPTION)
-- Make a_short_form the short form.
-- (From AP_OPTION)
-- Number of characters for the indentation of the option
-- text
-- Text that separates the usage instructions and the
-- application description
-- Text that introduces the options
-- Text that separates the application description and the
-- list of options
-- Text that is used to introduce usage instructions
-- Underlying file system
-- (From KL_SHARED_FILE_SYSTEM)
-- Unix-like file system
-- (From KL_SHARED_FILE_SYSTEM)
-- Windows-like file system which accepts only \ as
-- directory separator
-- (From KL_SHARED_FILE_SYSTEM)
-- Windows-like file system which accepts both
-- \ and / as directory separator
-- (From KL_SHARED_FILE_SYSTEM)
-- Description of the 'display help text' option
-- (From AP_CONSTANTS)
-- Flag to show the help text, long form
-- (From AP_CONSTANTS)
-- Flag to show the help text, short form
-- (From AP_CONSTANTS)
-- Display the help text for a_parser (and die afterwards).
-- Character that will introduce a long option (after the short option)
-- (From AP_CONSTANTS)
-- Character that will introduce the parameter in an long option
-- (From AP_CONSTANTS)
-- Character that will introduce a short option
-- (From AP_CONSTANTS)
-- Final message to print before aborting
-- (From AP_CONSTANTS)
-- Default description for the application
-- (From AP_CONSTANTS)
-- Default description for parameters
-- (From AP_CONSTANTS)
-- Maximum length of the application that is accepted for
-- the terminal width to still show correct help messages
-- (From AP_CONSTANTS)
-- Width of the terminal to format the help text
-- (From AP_CONSTANTS)
-- The option was found during parsing. Display the help text and
-- terminate the application.
-- (From AP_OPTION)
-- Exception handling
-- (From KL_SHARED_EXCEPTIONS)
[040101] Use Exceptions instead.
Flags that will generate a help text and terminate the application