Replaced --target-list-machine CLI command with a more generic --capabilities-machine command, so that I can include other info.

- Also moved the `insightAvailable` flag from the `--version-machine` command
This commit is contained in:
Nav
2024-02-12 23:22:19 +00:00
parent 09cea149d8
commit 46d75b3f4b
3 changed files with 16 additions and 15 deletions

View File

@@ -217,11 +217,11 @@ private:
int presentVersionMachineText();
/**
* Lists all supported targets, in JSON format.
* Presents Bloom's capabilities, in JSON format.
*
* @return
*/
int presentTargetListMachine();
int presentCapabilitiesMachine();
/**
* Initialises a project in the user's working directory.