Skip to content

Commit 2cfcdcb

Browse files
committed
Moved the chapter about single command apps to the component doc
1 parent 6089869 commit 2cfcdcb

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

components/console/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Console
66

77
introduction
88
usage
9+
single_command_tool

cookbook/console/single_command_tool.rst renamed to components/console/single_command_tool.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ it is possible to remove this need by extending the application::
2424
*/
2525
protected function getCommandName(InputInterface $input)
2626
{
27+
// This should return the name of your command.
2728
return 'my_command';
2829
}
2930

components/map.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
* :doc:`/components/console/introduction`
1515
* :doc:`/components/console/usage`
16+
* :doc:`/components/console/single_command_tool`
1617

1718
* **CSS Selector**
1819

cookbook/console/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ Console
77
console_command
88
usage
99
generating_urls
10-
single_command_tool

cookbook/map.rst.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* :doc:`/cookbook/console/console_command`
3030
* :doc:`/cookbook/console/usage`
3131
* :doc:`/cookbook/console/generating_urls`
32-
* :doc:`/cookbook/console/single_command_tool`
3332

3433
* :doc:`/cookbook/controller/index`
3534

0 commit comments

Comments
 (0)