http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8674 --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 11887 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11887&action=edit Bug 8674: Followup: Add POD for misc/batchdeletebiblios.pl (In reply to comment #3) Hi Owen,
I realize that we don't really have firm coding guidelines for command line scripts (http://wiki.koha-community.org/wiki/Coding_Guidelines#Command- line_argument_conventions sounds preliminary), but I'm inclined to not sign off on this script because it offers no help to the user. Running it with no arguments doesn't give me feedback about specifying a file, and running it with "--help" returns no help.
I wonder if it would be useful to show a different message if a biblionumber is not found? Re-running the script on a file of already-deleted records returns "OK" for each. I think it is a problem in DelBiblio. If this routine returns an error or die,
Yes, you are totally right. Thank you. the script will know there is a problem. This patch adds POD for the script. -- You are receiving this mail because: You are watching all bug changes.