File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
testData/actions/generation/generator
CLICommandClassGenerator/generateCLICommandClass
addingTwoCLICommandToDiXml Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ common.cli.create.new.cli.command.title=Create a new Magento 2 CLI Command
4444common.cli.generate.error =New CLI Command Generation Error
4545common.cli.class.title =CLI Command Class
4646common.validationErrorTitle =Validation Error
47- common.defaultConsoleDirectory =Console
47+ common.defaultConsoleDirectory =Console/Command
4848common.cronGroup.description.scheduleGenerateEvery =Frequency (in minutes) that schedules are written to the cron_schedule table.
4949common.cronGroup.description.scheduleAheadFor =Time (in minutes) in advance that schedules are written to the cron_schedule table.
5050common.cronGroup.description.scheduleLifetime =Window of time (in minutes) that cron job must start or will be considered missed (" too late" to run).
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Foo \Bar \Console ;
3+ namespace Foo \Bar \Console \ Command ;
44
55use Symfony \Component \Console \Command \Command ;
66use Symfony \Component \Console \Input \InputInterface ;
Original file line number Diff line number Diff line change 44 <type name =" Magento\Framework\Console\CommandListInterface" >
55 <arguments >
66 <argument name =" commands" xsi : type =" array" >
7- <item name =" foo_bar_test_command" xsi : type =" object" >Foo\Bar\Console\TestCommand</item >
8- <item name =" foo_bar_one_more_c_l_i_command" xsi : type =" object" >Foo\Bar\Console\OneMoreCLICommand</item >
7+ <item name =" foo_bar_test_command" xsi : type =" object" >Foo\Bar\Console\Command\ TestCommand</item >
8+ <item name =" foo_bar_one_more_c_l_i_command" xsi : type =" object" >Foo\Bar\Console\Command\ OneMoreCLICommand</item >
99 </argument >
1010 </arguments >
1111 </type >
Original file line number Diff line number Diff line change 44 <type name =" Magento\Framework\Console\CommandListInterface" >
55 <arguments >
66 <argument name =" commands" xsi : type =" array" >
7- <item name =" foo_bar_test_command" xsi : type =" object" >Foo\Bar\Console\TestCommand</item >
7+ <item name =" foo_bar_test_command" xsi : type =" object" >Foo\Bar\Console\Command\ TestCommand</item >
88 </argument >
99 </arguments >
1010 </type >
You can’t perform that action at this time.
0 commit comments