mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
8b9d8d7bb8
commit
a9740d1a79
2 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue