nyx icon indicating copy to clipboard operation
nyx copied to clipboard

nyxrc config should also allow command line options

Open saizai opened this issue 4 years ago • 1 comments

Namely:

  • interface [address:]port
  • socket path
  • debug log path

It already has --log as logged_events.

saizai avatar Oct 08 '20 10:10 saizai

Thanks Sai, this is a good idea. I'll implement this at some point if a patch doesn't roll in first.

When these are present in both the config and commandline the commandline should take precedence. On reflection our 'logged_events' is broken in this regard (the config overwrites any commandline arguments). We should fix that when making this change.

atagar avatar Oct 11 '20 22:10 atagar