Skip to content

Commit f0ce01f

Browse files
committed
just: list receipts by default
1 parent 9f7deb3 commit f0ce01f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env just --justfile
22

3+
default:
4+
@just --list --unsorted
5+
36
build:
47
./gradlew -x test build
58

0 commit comments

Comments
 (0)