Skip to content

Commit

Permalink
Update Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 26, 2024
1 parent ea891b6 commit d6b9cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Command/Alias.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public extension Alias {
/// - environment: The environment in which to run the command.
/// - Returns: A `Command.Request` for the alias.
func prepare(
_ arguments: Arguments? = nil,
environment: Environment = .global
_ arguments: Arguments?,
environment: Environment?
) -> Request {
Request(
environment: environment,
Expand Down

0 comments on commit d6b9cb5

Please sign in to comment.