05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

`TorConfig.toString` output should include `extras` as code comments #526

Open 05nelsonm opened 1 month ago

05nelsonm commented 1 month ago

Any TorSetting.extras should be included in the output. I believe the best thing for this would be an alternative toString function that takes in a Boolean argument (such as includeExtrasAsComments) which will add the extras as code comments above the setting line items.

05nelsonm commented 1 month ago

NOTE: Will need to clean up BuilderScopePort such that the reassignable extras show up properly.