//! `ewg list`: every interface across the registered dirs, with up/down state.
use Result;
use Colorize;
use PathBuf;
use cratewg;
/// All configs across the dirs, each marked up/down: the "what can I up" list.
/// Green ● up / dim ○ down on a TTY; plain when piped (color is TTY-gated in main).