diff options
| author | Fuwn <[email protected]> | 2021-06-05 22:12:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-05 22:12:59 +0000 |
| commit | 579408f5bd2a175d61b13baca91ca573071f25b4 (patch) | |
| tree | 57c2e4248d1a1f374f25fac0da68c3d2b41bdb08 | |
| parent | docs(security): md -> rst (diff) | |
| download | whirl-579408f5bd2a175d61b13baca91ca573071f25b4.tar.xz whirl-579408f5bd2a175d61b13baca91ca573071f25b4.zip | |
feat(make): document generation task
| -rw-r--r-- | Makefile.toml | 5 |
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"] |