Incorrect Drush Command for Subtheme in README

Created on 30 June 2024, 5 months ago
Updated 30 August 2024, 3 months ago

Problem/Motivation

The drush command in the theme's README.md file is incorrect.

Steps to reproduce

Run drush --include="web/themes/contrib/bootstrap5/src/Drush" bootstrap5:subtheme MACHINE_NAME --subtheme-name="SUBTHEME_NAME" as recommended in README.md (with _MACHINE_NAME_ and SUBTHEME_NAME changed as needed).

The following occurs:

Command "bootstrap5:subtheme" is not defined.
Do you want to run "bootstrap5:generate-subtheme" instead?  (yes/no) [no]:

Selecting "yes" allows the command to run and create a subtheme.

Proposed resolution

Edit the README.md file to read drush --include="web/themes/contrib/bootstrap5/src/Drush" bootstrap5:generate-subtheme MACHINE_NAME --subtheme-name="SUBTHEME_NAME" at that point.

🐛 Bug report
Status

RTBC

Version

4.0

Component

Documentation

Created by

🇺🇸United States sjhuskey

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024