Skip to content

Commit 32c1cd1

Browse files
committed
Add Just recipe for Invariant Path wrapper
1 parent a08bd3a commit 32c1cd1

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ clean:
6060
run *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
6468
doc:
6569
cargo doc --no-deps --open

tools/invariant-path/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
915
Default profile: `echidna`
1016

1117
Focus:
@@ -14,3 +20,6 @@ Focus:
1420
- local result -> universal claim
1521

1622
Store 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`

0 commit comments

Comments
 (0)