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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user