Explorar o código

Allow more variables for the analyse script

This will allow a user to add more values when running the script
For example:
 - bin/analyse --level 4 app/code app/design
David Manners %!s(int64=2) %!d(string=hai) anos
pai
achega
278fcc8e02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compose/bin/analyse

+ 1 - 1
compose/bin/analyse

@@ -1,2 +1,2 @@
 #!/bin/bash
-bin/cli vendor/bin/phpstan analyse "$1"
+bin/cli vendor/bin/phpstan analyse "$@"