We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e3ad8 commit b4ba8c6Copy full SHA for b4ba8c6
Sources/RemindersLibrary/CLI.swift
@@ -71,7 +71,7 @@ private struct Complete: ParsableCommand {
71
public struct CLI: ParsableCommand {
72
public static let configuration = CommandConfiguration(
73
commandName: "reminders",
74
- abstract: "A utility for performing maths.",
+ abstract: "Interact with macOS Reminders from the command line",
75
subcommands: [
76
Add.self,
77
Complete.self,
0 commit comments