mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #58668
[Bug 1876177] A change has been merged
Reviewed: https://reviews.mahara.org/10601
Committed: https://git.mahara.org/mahara/mahara/commit/b110876da82e3a5c388a7c8a4653b8a6a52aa51c
Submitter: Cecilia Vela Gurovic (ceciliavg@xxxxxxxxxxxxxxx)
Branch: master
commit b110876da82e3a5c388a7c8a4653b8a6a52aa51c
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Tue Nov 12 12:31:13 2019 +1300
Bug 1876177: Cli to fetch multiple flags of same name from command line
To allow us to handle some behat stuff where --format= can be passed
in twice
Change-Id: I00d20d712eb7097cdc685391819eeca66b7fefcc
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1876177
Title:
Allow mahara cli interface to accept multiple values for same flag
Status in Mahara:
Fix Committed
Bug description:
This bug report is to allow the extending of the cli interface to
accept multiple values from the same flag
For example, currently if I were to go:
sudo -u www-data php htdocs/admin/cli/sync_langpacks.php -l=de -l=fr
-l=es
It would only update the Spanish (es) language pack
With this change it will allow three options to be read and treated as
an array of de,fr,es
and so update all three language packs
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1876177/+subscriptions
References