Add config() Go to Definition support to VS Code extension
Always include params in window.rsxapp to reduce state variations Add request params to window.rsxapp global Enhance module creation commands with clear nomenclature guidance Add module/submodule/feature nomenclature clarification to docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ class Module_Create_Command extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'rsx:app:module:create
|
||||
protected $signature = 'rsx:app:module:create
|
||||
{name : Module name (lowercase with underscores)}';
|
||||
|
||||
/**
|
||||
@@ -21,7 +21,7 @@ class Module_Create_Command extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'Create a new RSX application module with default index feature';
|
||||
protected $description = 'Create a new module (top-level section with shared layout). Example: frontend, admin';
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
|
||||
Reference in New Issue
Block a user