Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Revert "fix for latest Crystal"
Browse files Browse the repository at this point in the history
This reverts commit 02f31d7.
  • Loading branch information
dgadelha committed Nov 9, 2019
1 parent 02f31d7 commit 9ff9289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cr
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ destination = ""
target_name = ""
sources = [] of String

OptionParser.parse! do |parser|
OptionParser.parse do |parser|
parser.banner = "Usage: salute [arguments]"
parser.on("-o NAME", "--output=NAME", "Specifies the output file") { |name| destination = name }
parser.on("-t TARGET", "--target=TARGET", "Specifies the target platform") { |target| target_name = target }
Expand Down

0 comments on commit 9ff9289

Please sign in to comment.