https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19462 --- Comment #11 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to M. Tompsett from comment #10)
(In reply to Tomás Cohen Arazi from comment #6)
(In reply to M. Tompsett from comment #5)
For example, try a "-c=2" instead of a "-c 2". Ugliness ensues.
Are we supposed to support -c=2?
Not expressly. But sometimes, some scripts are that format, and sometimes they are not. I'm not sure which is the officially preferred way for scripts in general, but I thought I would mention it as a valid weakness, since for some strange reason I typed that instead of what was expected and documented.
I don't think we should take care of non-documented ways of passing parameters. Either the manpage or the --help switch propose that syntax. I don't even think we should support multiple ways of passing the parameters, as it tends to this: confussion. -- You are receiving this mail because: You are watching all bug changes.