diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-20 09:40:03 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-20 09:40:03 -0500 |
| commit | d852b84edc24f1f1bbf4c34aa359447970e732b0 (patch) | |
| tree | ca3abc17d3b5077db6b6a1e6d70e4702613eb427 /Sources/main.swift | |
| parent | 34ce0eef8e29cb156e6fb92fc3bf7ad13ff9598c (diff) | |
Improve comments in code
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 { |