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
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
The text was updated successfully, but these errors were encountered:
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 descriptionOpen 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
The text was updated successfully, but these errors were encountered: