aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-05 22:12:59 +0000
committerFuwn <[email protected]>2021-06-05 22:12:59 +0000
commit579408f5bd2a175d61b13baca91ca573071f25b4 (patch)
tree57c2e4248d1a1f374f25fac0da68c3d2b41bdb08
parentdocs(security): md -> rst (diff)
downloadwhirl-579408f5bd2a175d61b13baca91ca573071f25b4.tar.xz
whirl-579408f5bd2a175d61b13baca91ca573071f25b4.zip
feat(make): document generation task
-rw-r--r--Makefile.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 5894341..52af9c6 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -138,3 +138,8 @@ workspace = false
command = "sqlfluff"
args = ["lint", "./migrations/"]
+[tasks.gen-docs]
+workspace = false
+toolchain = "nightly"
+command = "cargo"
+args = ["doc", "--open", "--document-private-items", "--no-deps"]