extensions-tool/create: Add --settings-schema flag

Like with the gettext domain, the GSettings schema ID can be
picked up from the metadata, so allow setting it via an
optional CLI flag.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2889>
This commit is contained in:
Florian Müllner 2023-08-13 23:58:14 +02:00 committed by Marge Bot
parent 8b9d8d7bb8
commit a9740d1a79
2 changed files with 15 additions and 2 deletions

View file

@ -131,6 +131,9 @@ Creates a new extension from a template.
*--gettext-domain*='DOMAIN':::
Set the gettext domain used by the extension
*--settings-schema*='SCHEMA':::
Set the GSettings schema used by the extension
*--template*='TEMPLATE':::
Use 'TEMPLATE' as base for the new extension