···262262Usage:
263263264264```shell
265265-dotnet fake build.fsx target TARGET VERSION_STRING
265265+dotnet fake run build.fsx target TARGET VERSION_STRING
266266```
267267268268- `TARGET` is the name of the target to call, see above list for possible targets
···273273Run all default targets (see above):
274274275275```shell
276276-dotnet fake build.fsx
276276+dotnet fake run build.fsx
277277```
278278279279Which is the same as