Skip to content

Commit

Permalink
feat: add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Sep 20, 2024
1 parent 3b90923 commit 6cc4ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intra-doc-links.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cargo metadata --no-deps --format-version=1 \
| jq -r '.packages[] | .name as $pname | .targets[] | [$pname, .kind[], .name] | @tsv' \
| while IFS=$'\t' read -r package kind name; do
Expand Down

0 comments on commit 6cc4ece

Please sign in to comment.