laminas / laminas-cli

Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
https://docs.laminas.dev/laminas-cli
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Add warning when using a third-party command in a chain #37

Closed weierophinney closed 4 years ago

weierophinney commented 4 years ago
Q A
New Feature yes

Summary

When a class with an initial namespace that is neither "Laminas" nor "Mezzio" is used, an additional message will be presented in the prompt to execute the chained command:

<error>WARNING: This is a third-party command!</error>

Fixes #26