Skip to content

Commit

Permalink
Rename App to AppCommand so it isnt the same name as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Sep 25, 2024
1 parent b3654cb commit 2b2d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/App/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Hummingbird
import Logging

@main
struct App: AsyncParsableCommand, AppArguments {
struct AppCommand: AsyncParsableCommand, AppArguments {
@Option(name: .shortAndLong)
var hostname: String = "127.0.0.1"

Expand Down

0 comments on commit 2b2d0e5

Please sign in to comment.