- Issue created by @ressa
The help output uses drush pathauto:aliases-generate all all
, where it should have been drush pathauto:aliases-generate create all
:
$ drush pathauto:aliases-generate -h
(Re)generate URL aliases.
Examples:
drush pathauto:aliases-generate all all Generate all URL aliases.
drush pathauto:aliases-generate create Generate URL aliases for un-aliased node paths only.
canonical_entities:node
drush pathauto:aliases-generate When the arguments are omitted they can be chosen from an
interactive menu.
Check the documentation, and see it uses all all
.
Active
1.0
Code