Skip to content

Commit acca622

Browse files
committed
Add debug to justfile --check
NB. It might be possible to do this through an optional argument in `just` but I am not clear on this right now.
1 parent 7eed84a commit acca622

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ clean:
7474
# Check the registry entries are correct.
7575
check:
7676
python jsonid.py --check
77+
78+
# Check the registry entries are correct (DEBUG).
79+
check-debug:
80+
python jsonid.py --check --debug

0 commit comments

Comments
 (0)