[Koha-bugs] [Bug 16972] New: ./misc/ sip_cli_emulator.pl should list mandatory vs. optional command line options in its usage section.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 25 14:32:16 CEST 2016


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

            Bug ID: 16972
           Summary: ./misc/sip_cli_emulator.pl should list mandatory vs.
                    optional command line options in its usage section.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: gmcharlt at gmail.com
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

As far as I can tell, the following options are mandatory:

-a (address)
-p (port)
-su (sip user)
-sp (sip password)
-l (sip location/institution)

The sip terminator (-t) is not mandatory, but getting it wrong hangs the script
without warning.

The usage would look like this, more or less:

Usage: $0 -a <address> -p <port> -su <sip user> -sp <sip port> -l <location>
[--patron <patron barcode>] [--password <patron password>] [-i <item barcode>]
[-fa] [-m <message>] [-h]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list