https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43551

            Bug ID: 43551
           Summary: Convert misc/cronjobs/process_message_queue.pl to the
                    Getopt::Long::Descriptive convention (see bug 43546)
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
        Depends on: 43546
  Target Milestone: ---

This is one of a set of bugs filed alongside bug 43546 (Standardize
command-line scripts on Getopt::Long::Descriptive) to convert individual,
commonly-used cron scripts to whatever declarative option-parsing convention
that bug settles on. Depends on 43546.

Current state: process_message_queue.pl uses plain Getopt::Long (GetOptions
call around line 40). No option is required -- every option (--username,
--password, --limit, --method, --type, --code, --where,
--exit-on-plugin-failure) is genuinely optional, and the script runs correctly
with none of them supplied.

What this bug covers: convert the GetOptions call to the new convention purely
for consistency and self-documenting --help output, matching bug 43546's
convention. No behavior change is expected, since nothing here is actually a
missing-required-option bug to fix.

Test plan:
- --help output covers all documented options and matches current behavior
- Running with no options still behaves exactly as before


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43546
[Bug 43546] Standardize command-line scripts on Getopt::Long::Descriptive for
safer, more consistent option handling
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to