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

please conform to the newer ~/.config/rcon-cli dotfile standard

Open cyclingwithelephants opened this issue 4 years ago • 1 comments

I'd be happy to submit a PR making this change as long as you'll give me some acceptance criteria :)

It could be made backwards compatible by falling back to ~/.rcon-cli.yaml for example

cyclingwithelephants avatar Apr 03 '20 11:04 cyclingwithelephants

If you mean adjusting the viper config

https://github.com/itzg/rcon-cli/blob/ef0727479c9ccf37ffdef2ed929e0e51402c97da/cmd/root.go#L90

to be consistent with that standard, then I’d say go for it! :)

In my primary use cases for rcon-cli I pass config via env vars, so my only acceptance criteria is keep the code change minimal.

itzg avatar Apr 03 '20 12:04 itzg