Skip to content

Commit

Permalink
Merge pull request #208 from vapor/vapor-xcode-dash-n
Browse files Browse the repository at this point in the history
Add "n" to excluded arguments for the `xcode` command
  • Loading branch information
tanner0101 authored Jan 11, 2018
2 parents 86fc3f8 + 1209a5a commit 1907d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VaporToolbox/Xcode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public final class Xcode: Command {

// Setup passthrough
let clean = arguments
.removeFlags(["clean", "run", "debug", "verbose", "fetch", "release", "y"])
.removeFlags(["clean", "run", "debug", "verbose", "fetch", "release", "y", "n"])
buildFlags += clean
.options
.map { name, value in "--\(name)=\(value)" }
Expand Down

0 comments on commit 1907d33

Please sign in to comment.