You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically the objective is to discard the interactive menu, as you evolve in learning with EFDE it is no longer necessary, giving the possibility of being able to perform the actions directly without accessing the menu. as an example
# GLOBAL SCOPE
efde efde:config
efde efde:install:symfony
efde efde:install:magento
# NOT GLOBAL SCOPE# Symfony
efde symfony:help
efde symfony:config:show
efde symfony:console
efde symfony:permissions:fix
# mysql
efde mysql:help
efde mysql:env:show
efde mysql:execute:sql
efde mysql:db:import
efde mysql:db:export
Additional context
Important, you must keep in mind the scope of the shortcuts
Global scope: command executed in a directory not created as an efde implementation
Implementation scope: command executed within a directory with efde implementation
The shortcut must be directly related to the method
It would be interesting if the same arrangement that shows the menu could be used to avoid duplicating code or relationships, avoiding future inconveniences.
The text was updated successfully, but these errors were encountered:
Refactor core and related elements to be able to receive parameters via shortcuts from the console
- Get shortcuts from the natural menu
- Reception of shortcuts
- search for shortcuts according to parameters
Feature Description
Add the possibility that SHORTCUTS can be used
Basically the objective is to discard the interactive menu, as you evolve in learning with EFDE it is no longer necessary, giving the possibility of being able to perform the actions directly without accessing the menu. as an example
Additional context
The text was updated successfully, but these errors were encountered: