v1.0.8: Add support for CLI quality of life updates: (#95)
* Add support for
--targets-file - File with list of targets
Default port settings
$SANSSHELL_PROXY env var
* We're allowed now to just have a proxy and no targets depending on action.
* Fix check to be correct
* Require at least one target and pass it even for changing proxy log level
* Change back to requiring target or proxy
* No use tracking eof state if we don't set it.
Otherwise we loop again and always see EOF and drop the errors we might have gotten.
* Allow no targets so you can still get a Conn to the proxy.
Won't work except for proxy only RPCs like log levels but this makes it avoid passing a needless target
* Fix a typo
* Remove need to set a target for a proxy only action