-
Type:
Feature Request
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.3.0-B1
-
Component/s: Console
-
Labels:None
-
Change Log Group:Added
-
Change Log Message:Console commands can specify their dependencies, that have effect on option/argument auto-complete as well.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
Plan:
- create the "AbstractCommand::initDependencies" method
- make "AbstractCommand" implement the "CompletionAwareInterface" and in each method:
- call the "initDependencies" method
- return empty suggestions list
- call "initDependencies" method from "initialize" method as well.
- blocks
-
INP-1494 Create "phing:run" console command
-
- Needs Changes
-
- implemented in
-
[Request, 110 lines] D138 INP-1485 - Create "AbstractCommand::initDependencies" method
- mentioned in
-
Page Loading...