You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* scripts/tools/zap/run_zaptool.sh
* Display the value of 'ZAP_CMD' to standard output.
* Add support for the `--zap` command line option to specify the `zap` executable to run.
* Added usage documentation about `ZAP_DEVELOPMENT_PATH` and `ZAP_INSTALL_PATH`.
* docs/code_generation.md: Added documentation about the `--zap ZAP` option to `run_zaptool.sh`.
Copy file name to clipboardexpand all lines: docs/code_generation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Since this is tedious to type, the SDK provides a
66
66
`scripts/tools/zap/run_zaptool.sh` script to automate this:
67
67
68
68
```bash
69
-
# Ensure zap is in $PATH or set $ZAP_INSTALL_PATH or $ZAP_DEVELOPMENT_PATH
69
+
# Ensure `zap` is in $PATH, specify the `--zap ZAP` option to `run_zaptool.sh` to specify the path to `zap`, set $ZAP_INSTALL_PATH, or set $ZAP_DEVELOPMENT_PATH
0 commit comments