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

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

test *args:
  cabal test {{args}}

doc:
  pandoc -f man -t markdown docs/daffm.1 -o docs/daffm.md