Skip to content
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

Shell commands using CamelCase can no longer be called. #11174

Closed
markstory opened this issue Sep 12, 2017 · 1 comment
Closed

Shell commands using CamelCase can no longer be called. #11174

markstory opened this issue Sep 12, 2017 · 1 comment
Assignees
Milestone

Comments

@markstory
Copy link
Member

When shell commands are automatically discovered both Completion and completion should work. CommandRunner should look for the input inflection, and then normalize to underscore_case for backwards compatibility

See cakephp/docs#5261

@markstory markstory added this to the 3.5.3 milestone Sep 12, 2017
@markstory markstory self-assigned this Sep 12, 2017
markstory added a commit that referenced this issue Sep 13, 2017
In making the new runner stricter, I dropped the inflection on command
names.

Refs #11174
@markstory
Copy link
Member Author

Pull request is open.

o0h pushed a commit to o0h/cakephp that referenced this issue Nov 16, 2017
In making the new runner stricter, I dropped the inflection on command
names.

Refs cakephp#11174
o0h pushed a commit to o0h/cakephp that referenced this issue Dec 30, 2017
In making the new runner stricter, I dropped the inflection on command
names.

Refs cakephp#11174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant