05nelsonm / kmp-tor

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

Add `TorCli` #399

Open 05nelsonm opened 4 months ago

05nelsonm commented 4 months ago

Add ability to run kmp-process and retrieve the version via --version argument.

05nelsonm commented 4 months ago

Actually, I believe that it'd be better to have a separate TorCli class which will run the tor process with the non startup cli commands (--hash-password, --version, etc.)