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

Commit 02f31d7

Browse files
committed
fix for latest Crystal
1 parent d49a600 commit 02f31d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ destination = ""
1616
target_name = ""
1717
sources = [] of String
1818

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

0 commit comments

Comments
 (0)