Vipul Rawat
Vipul Rawat
we can also print their functionality along with the subcommands when `-h` or `--help` is invoked. Need to have a way to add helper/description strings to the sub-commands.
@IvanGael any updates on this? Please let us know if you are facing any issues :)
So for gofr applications, we have tried to generalise the request/response structure for our applications. So command line applications also fall under the same. So it is important to understand...
We would like to have a default command added to the cmd applications that would list out all the routes that are registered with the cmd applications, we can also...
@IvanGael any updates? Anywhere I could help you?
> @vipul-rawat and @aryanmehrotra Can I work on this issue? Hey @KedarisettiSreeVamsi IvanGael is already working on the same, you can provide feedbacks and suggestions on the work done in...
@rokerzfirst101 - please add/extend documentation for using Sqlite in gofr - https://gofr.dev/docs/advanced-guide/dealing-with-datasources
Currently this is not possible as context is tightly bounded to gofr and it is a required dependency for subscription manager as handler needs to be called.
@nulldiego we are working on supporting bind for other form data as well, but will be doing that on `form` tag or no tag but exported field when incoming content/type...
@SuyeshBadge This implementation requires users to be aware of the logger and define it themselves, whereas for most use cases the framework is responsible for managing the logger itself. Can...