New command tagtypes available

Shows the list of tag types configured by the ``metadata_to_use`` setting.
This commit is contained in:
jcorporation
2024-09-28 21:03:49 +02:00
parent 124c0e66ee
commit 25e8ce2d37
5 changed files with 21 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ class Response;
void
tag_print_types(Response &response) noexcept;
void
tag_print_types_available(Response &response) noexcept;
void
tag_print(Response &response, TagType type, std::string_view value) noexcept;