https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14834
--- Comment #9 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #8) > (In reply to Bernardo Gonzalez Kriegel from comment #6) > > New parameters work with one (-) or two(--) dashes, no problem > > with that but convention suggest that 'long' options use two-dashes. > > Did not really look at that. Just expanded on what was there. > Could be that we need something like o|option to make that work.. Found out that this can be arranged (more or less) with: $Getopt::Long::bundling = 1; But note that we never used this in the Koha codebase. So I guess this patch should not start it.. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
