diff options
Diffstat (limited to 'Sources/main.swift')
| -rw-r--r-- | Sources/main.swift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Sources/main.swift b/Sources/main.swift index 5c39cb5..9d46e92 100644 --- a/Sources/main.swift +++ b/Sources/main.swift @@ -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 { |