Closed LukeMoody01 closed 2 years ago
Description
As a developer, I would like to type my model format like -> 'String myString' instead of 'String/myString'.
Desired Solution
Instead of splitting at '/' we would need to split at ' '.
Additional Context
Very easy change :)
Done and in version 0.3.7 of model brick: https://brickhub.dev/bricks/model/0.3.7 🎉
Description
As a developer, I would like to type my model format like -> 'String myString' instead of 'String/myString'.
Desired Solution
Instead of splitting at '/' we would need to split at ' '.
Additional Context
Very easy change :)