https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36932 --- Comment #14 from David Nind <david@davidnind.com> --- (In reply to Marcel de Rooy from comment #13)
(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 ;)
Thanks Marcel! Sign off on the way. David -- You are receiving this mail because: You are watching all bug changes.