Skip to content

Commit

Permalink
[ConfigDump] Add OUTPUT as an argument for help output
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jan 26, 2016
1 parent 9c1366b commit b31f101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xcodeproj/command/config_dump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class ConfigDump < Command

self.arguments = [
CLAide::Argument.new('PROJECT', false),
CLAide::Argument.new('OUTPUT', false),
]

def initialize(argv)
Expand Down

0 comments on commit b31f101

Please sign in to comment.