Replies: 1 comment
-
@st3rv04ka Thanks for opening this discussion. Assuming we use a URL syntax to express values, wouldn't this require parsing and assigning values to respective fields and thus, need to be updated at each new addition/removal anyway? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that struct scanopts has clone() function, but it's very hard to maintain this func, because if we add some new arg, we need to change this function every time.
My propose:
Remove clone() function and add URI string param to the process function.
I can help with it, but what do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions