Added CLI command to list supported targets in JSON format

This commit is contained in:
Nav
2024-02-12 20:25:51 +00:00
parent 4b6e21e43f
commit 60dddb847c
2 changed files with 39 additions and 2 deletions

View File

@@ -216,6 +216,13 @@ private:
*/
int presentVersionMachineText();
/**
* Lists all supported targets, in JSON format.
*
* @return
*/
int presentTargetListMachine();
/**
* Initialises a project in the user's working directory.
*