X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fdocs%2Fbootstrap.md;fp=vendor%2Fdrush%2Fdrush%2Fdocs%2Fbootstrap.md;h=f7555e86905f76114b82b6572d3219e8ecbf3109;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=fc14ac650231695f4e2cc6e0722f9f3d8460cdda;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/docs/bootstrap.md b/vendor/drush/drush/docs/bootstrap.md index fc14ac650..f7555e869 100644 --- a/vendor/drush/drush/docs/bootstrap.md +++ b/vendor/drush/drush/docs/bootstrap.md @@ -4,7 +4,7 @@ When preparing to run a command, Drush works by "bootstrapping" the Drupal envir For efficiency and convenience, some Drush commands can work without first bootstrapping a Drupal site, or by only partially bootstrapping a site. This is faster than a full bootstrap. It is also a matter of convenience, because some commands are useful even when you don't have a working Drupal site. -Commands may specify their bootstrap level with a `@bootstrap` annotation. Commands supplied by Drupal modules are `@bootstrap max`. +Commands may specify their bootstrap level with a `@bootstrap` annotation. Commands supplied by Drupal modules are always `@bootstrap full`. @bootstrap none -----------------------