Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guides/v2.3/extension-dev-guide/cli-cmds/cli-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu_node: parent
menu_order: 1
---

You [module](https://glossary.magento.com/module) can optionally use Magento 2's Symfony-based [command-line interface (CLI)]({{ page.baseurl }}/config-guide/cli/config-cli.html#config-new-cli-intro) to provide commands for users to interact with. To use the CLI, see the following topics:
Your [module](https://glossary.magento.com/module) can optionally use Magento 2's Symfony-based [command-line interface (CLI)]({{ page.baseurl }}/config-guide/cli/config-cli.html#config-new-cli-intro) to provide commands for users to interact with. To use the CLI, see the following topics:

* [Command naming guidelines]({{ page.baseurl }}/extension-dev-guide/cli-cmds/cli-naming-guidelines.html)
* [How to add CLI commands]({{ page.baseurl }}/extension-dev-guide/cli-cmds/cli-howto.html)
Expand Down