Skip to content

Commit

Permalink
fmt handle filenames with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Oct 15, 2024
1 parent 2594100 commit 0aef22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ d2fmt() {
curl -fsSL https://d2lang.com/install.sh | sh -s --
)
fi
sh_c XARGS_N=1 hide xargsd "'\.\(d2\)$'" d2 fmt
sh_c XARGS_N=1 hide xargsd --null "'\.\(d2\)$'" d2 fmt
}

main() {
Expand Down

0 comments on commit 0aef22b

Please sign in to comment.