We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05243fe commit 59ad336Copy full SHA for 59ad336
Sources/Ekctl.swift
@@ -9,7 +9,7 @@ struct Ekctl: ParsableCommand {
9
static let configuration = CommandConfiguration(
10
commandName: "ekctl",
11
abstract: "A command-line tool for managing macOS Calendar events and Reminders using EventKit.",
12
- version: "1.1.0",
+ version: "1.2.0",
13
subcommands: [List.self, Show.self, Add.self, Delete.self, Complete.self, Alias.self],
14
defaultSubcommand: List.self
15
)
0 commit comments