muesli / obs-cli

OBS-cli is a command-line remote control for OBS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please support reading the client flags from a config file

bdrung opened this issue · comments

It would be great if I could configure the client in a configuration file instead of having to specify --host, --password, and --port on every invocation.

obs-cli could try to read ~/.config/obs-cli.conf or /etc/obs-cli.conf for overriding the default values of host, password, and port (which then still can be overridden by the command line parameters).

👍