cwgo icon indicating copy to clipboard operation
cwgo copied to clipboard

Feature Request: support for adding configuration files to pass parameters to cwgo

Open li-jin-gou opened this issue 2 years ago • 2 comments

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

li-jin-gou avatar Dec 14 '23 13:12 li-jin-gou

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.

MuLeiSY2021 avatar Dec 25 '24 09:12 MuLeiSY2021

And if my idea is fine, please assign this issue to me; I can handle it.

MuLeiSY2021 avatar Dec 25 '24 09:12 MuLeiSY2021