scrapli / scrapligo

scrapli, but in go!
MIT License
244 stars 35 forks source link

fix: update comments to update option.WithPrivilegeLevel to opoptions… #166

Closed chenenjunde closed 7 months ago

chenenjunde commented 7 months ago

option.WithPrivilegeLevels is the option used by the driver, and opoptions.WithPrivilegeLevel is the option used when sending commands, which can easily lead to ambiguity.

carlmontanari commented 7 months ago

ah yeah, that is not very clear... if/when there is a scrapligo 2.0 I want to make the options better! thanks for this!