Feature Request: support for adding configuration files to pass parameters to cwgo
Is your feature request related to a problem? Please describe.
Currently, cwgo's rpc and http commands have a lot of parameters, so passing the commands through a file configuration can simplify the user's operation.
Describe the solution you'd like
support for adding configuration files to pass parameters to cwgo
Describe alternatives you've considered
- None
Additional context
- None
How about using a YAML file to transfer configurations? Since all the .tpl files are using YAML, we could extract those YAML parse functions and also allow the user to send the config file via Git. However, the argument passed directly should take priority over the YAML file.
And if my idea is fine, please assign this issue to me; I can handle it.