rcon-cli icon indicating copy to clipboard operation
rcon-cli copied to clipboard

Feature Request: Modify rcon.yaml Reading Method

Open patrick-csliu opened this issue 1 year ago • 1 comments

In Linux, I would like to place rcon in /usr/local/bin and call it as a comand, but it throws an error when the rcon.yaml file is missing in the current directory.

Here is my suggestion: allow rcon.yaml to be optional if not found. When searching for rcon.yaml, I recommend that it first searches the current folder. If not found, it should then search the user's home folder. If still not found, it should proceed to search the /etc folder. If not found in any of these locations, the rcon.yaml file can be skipped.

patrick-csliu avatar Feb 20 '24 15:02 patrick-csliu