Open lander2k2 opened 2 years ago
If you include a valid marker with an invalid argument key like this:
// +operator-builder:field:name=potato,tipe=string,default="apple"
In this case type is mispelled as tipe. Today the code generation continues. Will improve the UX to return an error to the user.
type
tipe
If you include a valid marker with an invalid argument key like this:
In this case
type
is mispelled astipe
. Today the code generation continues. Will improve the UX to return an error to the user.