import ArgumentParser @main struct Colibri: AsyncParsableCommand { // MARK: Functions func run() async throws { // ... } }