Skip to content

Commit

Permalink
Apply project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
auramagi committed Apr 27, 2022
1 parent ae73d20 commit 542a4a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/NewIcon/main.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import ArgumentParser

struct EveryIcon: ParsableCommand {
struct NewIcon: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "everyicon",
commandName: "new-icon",
abstract: "macOS icon customization",
subcommands: [TextCommand.self, ResetCommand.self]
)
}

EveryIcon.main()
NewIcon.main()

0 comments on commit 542a4a5

Please sign in to comment.