https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36932 --- Comment #13 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Nind from comment #11)
This works, however the help needs to match the actual command (or vice versa):
1. Using -dev works: koha-plack --restart -dev kohadev
2. Using --development doesn't work: koha-plack --restart --development kohadev ==> Error: invalid option switch (--development)
3. Using --development_environment works. However, this is inconsistent with other options - should be a dash instead of an underscore. In addition, this doesn't match the help, which has --development.
I now moved to --development or -dev everywhere ;) -- You are receiving this mail because: You are watching all bug changes.