]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/main.swift
Merge branch 'release/0.3.0' into develop
[rbdr/lyricli] / Sources / main.swift
index 5c39cb5c591a5650f784da6865e5dac99f644c26..9d46e926fef8b7e1d9bea7721df6405a9b9a9b4f 100644 (file)
@@ -1,7 +1,8 @@
 import CommandLineKit
 import Foundation
 
-func main() {
+// Entry point of the application. This is the main executable
+private func main() {
     let (flags, parser) = createParser()
 
     do {