I was trying to pass the -fsanitize=address flag to gfortran, but fpm/M_CLI2 is treating address as an unnamed parameter.
To reproduce:
$ fpm new test && cd test
$ cp app/main.f90 app/main2.f90
$ fpm run --flag "-fsanitize=address"
Output:
+ mkdir -p build/dependencies
fpm::run<ERROR> specified names "address" not found.
Available names:
main2 test
STOP 1