-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
When generating a command using mineral make:command, the description is automatically formatted in PascalCase instead of preserving its original formatting. This affects readability and does not align with expected behavior.
Steps to Reproduce
-
Run the following command:
mineral make:command
and set "This is a test command" as description -
Open the generated command file and observe that the description appears as
"ThisIsATestCommand"
instead of"This is a test command"
.
Expected Behavior
The description should retain its original formatting, including spaces and capitalization, rather than being converted to PascalCase.
Environment
• Mineral CLI version: ^4.0.0-dev.10
slabbdev
Metadata
Metadata
Assignees
Labels
No labels