[generator] Add branch key to map generator

Signed-off-by: eisa01 <eisa01@gmail.com>
This commit is contained in:
eisa01
2025-08-24 19:24:58 +02:00
committed by x7z4w
parent 9fd80ecf88
commit 20208cf892
5 changed files with 14 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ public:
string const contact_fediverse(meta.Get(feature::Metadata::FMD_CONTACT_FEDIVERSE));
string const contact_bluesky(meta.Get(feature::Metadata::FMD_CONTACT_BLUESKY));
string const stars(meta.Get(feature::Metadata::FMD_STARS));
string const branch(meta.Get(feature::Metadata::FMD_BRANCH));
string const internet(meta.Get(feature::Metadata::FMD_INTERNET));
string const denomination(meta.Get(feature::Metadata::FMD_DENOMINATION));
string const wheelchair(GetWheelchairType(f));
@@ -284,6 +285,7 @@ public:
website,
stars,
std::string(metaOperator),
branch,
internet,
denomination,
wheelchair,
@@ -326,6 +328,7 @@ void PrintHeader()
"cuisines",
"stars",
"operator",
"branch",
"internet",
"denomination",
"wheelchair",