Skip to content

Conversation

@cestlarumba
Copy link

Summary

The --plugins-path option was listed in OPTION_GROUPS and expected as a parameter in the create() function, but was never defined as a @click.option decorator.

Problem

Users trying to use --plugins-path would get an "unrecognized option" error, even though the option was documented in the help text groupings.

Solution

Added the missing @click.option decorator for --plugins-path to the create command.

Testing

  • Verified composer-dev create --help now shows --plugins-path in the "Environment options" group
  • Confirmed the option is properly passed to the create() function
  • All 155 unit tests pass ✅

New PR

Thank you for contributing!

  • All contributions have to be merged to the development branch, please
    make sure you set it as the target of this PR.
  • Confirm you ran pytest tests and all the unit tests are green.

The --plugins-path option was listed in OPTION_GROUPS and expected as a
parameter in the create() function, but was never defined as a
@click.option decorator. This caused the option to be unrecognized
when users tried to use it.
@google-cla
Copy link

google-cla bot commented Dec 17, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant