layerform
layerform copied to clipboard
Made all short descriptions of commands start with capitalized letters
Why this matters
Short description of some commands were starting with lowercase alphabet. So I corrected them.
Solution
Made changes inside cmd/ folder which was containing cobra commands.
Hey @sushant102004, let me know if you need any help with this one!
In latest commits I already have the code.
@sushant102004, I think you accidentally deleted the mocks/internal_/storage/FileLike.go
file.
That is why some checks are failing, that file is needed for tests.
You can try following suggestions from this comment https://github.com/ergomake/layerform/pull/87#discussion_r1323935379 to fix it.