backdrop-contrib / backdrop-drush-extension

A set of commands and boot class for Drush and Backdrop CMS.
GNU General Public License v2.0
13 stars 18 forks source link

Drush dlb is not working #216

Closed stpaultim closed 4 years ago

stpaultim commented 4 years ago

I don't usually use Drush to download Backdrop, but I'm trying today.

Tried it drush dlb alone and using lando lando drush dlb and in both cases I got the following error.

Missing required argument: module-name. Seedrush help download-backdropfor information on usage.

serundeputy commented 4 years ago

You need:

lando drush dlb backdrop
serundeputy commented 4 years ago

You can also see how to use any command with:

lando drush help <command>

In this case:

lando drush help dlb
stpaultim commented 4 years ago

Should the Readme file show this in full - as per my PR?

serundeputy commented 4 years ago

Thanks @stpaultim !

I think the README.md change is a good one. Merged: https://github.com/backdrop-contrib/drush/pull/217