let topic = [
"title": "Automating the Command Line",
"presenter": "Mikey Ward",
"abstract": #"""
This month, let's look at how to build a modern CLI app in Swift using the Apple's open-source ArgumentParser library.
We'll also see how to connect our command-line app to Finder and other tools using Automator.
"""#
]
let gettingThere = [
"dateTime": "2020-09-10T19:00:00-0400", // September 10, 2020, 7pm ET
"location": "Online! Email or DM us (info below) for the meeting link!"
]
let chapter = [
"parentOrg": "CocoaHeads",
"contactEmail": "organizer@cocoaheadsatlanta.org",
"twitter": "@chatl"
]