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
44
44
common.cli.generate.error =New CLI Command Generation Error
45
45
common.cli.class.title =CLI Command Class
46
46
common.validationErrorTitle =Validation Error
47
- common.defaultConsoleDirectory =Console
47
+ common.defaultConsoleDirectory =Console/Command
48
48
common.cronGroup.description.scheduleGenerateEvery =Frequency (in minutes) that schedules are written to the cron_schedule table.
49
49
common.cronGroup.description.scheduleAheadFor =Time (in minutes) in advance that schedules are written to the cron_schedule table.
50
50
common.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 1
1
<?php
2
2
3
- namespace Foo \Bar \Console ;
3
+ namespace Foo \Bar \Console \ Command ;
4
4
5
5
use Symfony \Component \Console \Command \Command ;
6
6
use Symfony \Component \Console \Input \InputInterface ;
Original file line number Diff line number Diff line change 4
4
<type name =" Magento\Framework\Console\CommandListInterface" >
5
5
<arguments >
6
6
<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 >
9
9
</argument >
10
10
</arguments >
11
11
</type >
Original file line number Diff line number Diff line change 4
4
<type name =" Magento\Framework\Console\CommandListInterface" >
5
5
<arguments >
6
6
<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 >
8
8
</argument >
9
9
</arguments >
10
10
</type >
You can’t perform that action at this time.
0 commit comments