From d852b84edc24f1f1bbf4c34aa359447970e732b0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 20 May 2017 09:40:03 -0500 Subject: Improve comments in code --- Sources/main.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Sources/main.swift') 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 { -- cgit