From 0ac9a07c934d727b6bf208d525d83dfdd106eebe Mon Sep 17 00:00:00 2001
From: "[object Object]" <objekt-Objekt@pm.me>
Date: Fri, 30 Dec 2022 13:32:39 -0800
Subject: [PATCH] add a todo here because it isn't an ideal solution

---
 src/config.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/config.rs b/src/config.rs
index f24c074..ca808f8 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -57,6 +57,7 @@ pub fn load(matches: &ArgMatches) -> Config {
         }
     };
 
+    // TODO better way to do this
     #[cfg(windows)]
     {
         // Don't try to use unix APIs on windows