- π«π·France federiko_
Same problem here...
drush ac --html --detail > ~/Desktop/report.html
=> Command "ac" is not defineddrush abp --html --detail >> ~/Desktop/report.html
=> Command "abp" is not defineddrush aa --html --bootstrap --detail --skip=insights > ~/Desktop/report.html
=> The "--html" option does not exist. - πΊπΈUnited States hongpong Philadelphia
suggest update readme.md link to :
https://git.drupalcode.org/project/site_audit/-/blob/8.x-3.x/README.md
In the DrupalCamp NJ session I just asked where is the best place to find out how to add a test to a contrib module. In my case I think it might be nice to have a migrate-related module let the admins know that the module can safely be disabled once the migration is complete. Was not sure where to look to find out how to do this. (this appears similar: https://www.drupal.org/project/unused_modules β )