Adds the CONVERT_ALL macro for YAML tools (#6986)

* Fixes #6813.
* Adds the CONVERT_ALL macro define to the header file.
* Adds a readme.md for the tools directory.
Thanks to @cbrgm and @Lemongrass3110!
This commit is contained in:
Aleos
2022-06-07 13:19:27 -04:00
committed by GitHub
parent a7a9b68ed2
commit 2ff76e5060
3 changed files with 37 additions and 0 deletions

View File

@@ -146,6 +146,8 @@ bool process( const std::string& type, uint32 version, const std::vector<std::st
if( !askConfirmation( "Found the file \"%s\", which can be converted to sql.\nDo you want to convert it now? (Y/N)\n", from.c_str() ) ){
continue;
}
#else
ShowMessage("Found the file \"%s\", converting from yml to sql.\n", from.c_str());
#endif
inNode.reset();