You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"%s;; \`jq\` would format this file. Use \`./scripts/jq_format.sh --diff\` to see the changes it would make and \`./scripts/jq_format.sh --apply\` to aply them.\n""$FILE"
9
+
if [ "$1"=="--diff" ];then
10
+
cat "$FILE.diff"
11
+
elif ["$1"=="--apply" ];then
12
+
cp "$FILE.temp""$FILE"
13
+
else
14
+
printf"%s;; \`jq\` would format this file. Use \`./scripts/jq_format.sh --diff\` to see the changes it would make and \`./scripts/jq_format.sh --apply\` to aply them.\n""$FILE"
0 commit comments