Added --all --fix

This commit is contained in:
Roberto Alsina 2023-06-16 17:11:37 -03:00
parent d3d5c8b21b
commit 04cd860621
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ if command -q ameba != 0; then
exit 1
fi
ameba "$@"
ameba --all --fix "$@"
exit $?