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
If running on multiple filenames without --inplace, error message is Error: can not use multiple input files with -i | --inplace. while it should be the opposite
pg_format --config .pg_format $file1 $file2, where .pg_format doesn't contain inplace=1
The text was updated successfully, but these errors were encountered:
If running on multiple filenames without --inplace, error message is
Error: can not use multiple input files with -i | --inplace.
while it should be the oppositepg_format --config .pg_format $file1 $file2
, where .pg_format doesn't containinplace=1
The text was updated successfully, but these errors were encountered: