Change options.TechDetect variable type from string to boolean #1700
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Maintenance
Updating phrasing or wording to make things clearer or removing ambiguity.
Description
Evaluate if changing
options.TechDetect
fromflagSet.DynamicVarP
to boolean (flagSet.BoolVarP
) makes sense. Within the code it's compared with literal values withtrue
/false
, so probably it can be changed directly tobool
The text was updated successfully, but these errors were encountered: