We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552622f commit 8241895Copy full SHA for 8241895
justfile
@@ -131,7 +131,7 @@ new-crate name:
131
cargo run -p xtask_codegen -- new-crate --name={{snakecase(name)}}
132
133
# Prints the treesitter tree of the given SQL file
134
-print-tree file:
+tree-print file:
135
cargo run --bin tree_print -- -f {{file}}
136
137
# Creates a new changeset for the final changelog
0 commit comments