We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d7c77 commit dd965c5Copy full SHA for dd965c5
commands/format
@@ -22,4 +22,4 @@ for ROOT in provides internals ; do
22
done
23
24
25
-find . -name '*.md' -maxdepth 1 -print0 | xargs -0 prettier --write --
+find . -maxdepth 1 -name '*.md' -print0 | xargs "${NO_RUN_IF_EMPTY[@]}" -0 prettier --write --
0 commit comments