mu-init: automatic export labels with --reinit

When re-initializing the store, automatically write the labels to a file in mu's
cache, so user can later import them.
This commit is contained in:
Dirk-Jan C. Binnema
2025-08-16 15:48:08 +03:00
parent a6b1f47a30
commit 8c706a77db
6 changed files with 98 additions and 33 deletions

View File

@ -131,9 +131,6 @@ Mu::remove_directory(const std::string& path)
return Ok();
}
std::string
Mu::runtime_path(Mu::RuntimePath path, const std::string& muhome)
{