Abhishek K K

Results 3 issues of Abhishek K K

…path This absolute path values felt redundant.

Currently we have to pass the whole path of the files as values to the flags -source and -destination. eg: `mockgen -source=D:\go_project\library_management\src\core\ports\repository.go -destination=D:\go_project\library_management\src\core\mocks\respository_mock.go ` (In windows) To reduce this redundancy...

The `inputField` accepts input correctly only when the height of the terminal interface exceeds a certain threshold. ![Image](https://github.com/user-attachments/assets/c4392708-54cd-44af-878f-f0b6cec3c868) But when the height less than the threshold, it fail to take...