aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 9dff9681f2f99c32f0502764650d95968270c4b9 (plain) (blame)
1
2
3
4
5
6
7
8
default:
  @just --choose

run *args:
  cabal run daffm -- {{args}}

test *args:
  cabal test {{args}}