Is your feature request related to a problem? Please describe.
It is unfriendly for user to input long param every times。 svrx --markdown --p localtunnel?host=xxx..x.x.x.a.x.a
Describe the solution you'd like
Define a parameter (like --save,-s), the parameters can be serialized into the configuration file,
svrx --markdonw -s
which means save
Describe alternatives you've considered
Nothing
Additional context
- This is an efficient solution because all command line input can be serializable
- Add a Significant prompt telling the user that the current directory has svrxrc file
Is your feature request related to a problem? Please describe.
It is unfriendly for user to input long param every times。
svrx --markdown --p localtunnel?host=xxx..x.x.x.a.x.aDescribe the solution you'd like
Define a parameter (like
--save,-s), the parameters can be serialized into the configuration file,svrx --markdonw -swhich means save
Describe alternatives you've considered
Nothing
Additional context