]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/main.swift
Add the arguments source
[rbdr/lyricli] / Sources / main.swift
index 47720ad3a631b15d7feed0637520a729bf3c8662..0ae48bcd891837259fa344cfb4c14feb394e2651 100644 (file)
@@ -84,6 +84,10 @@ func main() {
         }
     }
 
+    // Remove any flags so anyone after this gets the unprocessed values
+    let programName: [String] = [CommandLine.arguments[0]]
+    CommandLine.arguments = programName + parser.unparsedArguments
+
     Lyricli.printLyrics()
 }