File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ clean:
6060run * ARGS :
6161 cargo run -- {{ ARGS}}
6262
63+ # Run Invariant Path overlay tools for this repository
64+ invariant-path * ARGS :
65+ ./ scripts/ invariant-path.sh {{ ARGS}}
66+
6367# Generate docs
6468doc :
6569 cargo doc --no-deps --open
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Echidna wrapper script:
66./scripts/invariant-path.sh scan --file ./README.adoc --artifact-uri repo://README.adoc --write
77```
88
9+ Via ` just ` from repo root:
10+
11+ ``` bash
12+ just invariant-path scan --file ./README.adoc --artifact-uri repo://README.adoc --write
13+ ```
14+
915Default profile: ` echidna `
1016
1117Focus:
1420- local result -> universal claim
1521
1622Store path defaults to ` .invariant-path/ ` in the current working directory.
23+
24+ Desktop/start-menu launcher for shared tooling:
25+ - ` /var/mnt/eclipse/repos/.desktop-tools/invariant-path-launcher.sh `
You can’t perform that action at this time.
0 commit comments