-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unknown options" with drush dl (version 9.0-alpha1) #2895
Comments
|
It would be nice if we had a mechanism to customize / enhance error messages for commands. e.g. for |
I actually am using Composer to build the site. I'm using Drush inside a post-update-cmd script to download the Drupal distribution and copy the scaffolding files if the core version has changed. I suppose I can probably use curl for the purpose instead. |
That's actually where I copied the drush command from. Our needs don't quite match their setup, but it served as a very useful guide to getting our 8.3 stuff working. I don't think this turns out to be a significant problem. Looks like I can just check the core version, use that to build a valid URL, and grab the download with curl. Thank you for your help! |
I have a composer script running the following command:
This results in the following error:
Running the help command, I get:
Not sure if I've somehow managed to screw up installing drush (composer require drush/drush:9.*), or if these options are just not yet implemented in drush 9, or what. I have tried dev-master and beta1 as well as alpha1, with the same results. I guess I'm not sure if this is an issue, or if I've just done something wrong...any suggestions appreciated.
The text was updated successfully, but these errors were encountered: