diff --git a/src/main.cr b/src/main.cr index 6dd1a01..c5e8a7c 100644 --- a/src/main.cr +++ b/src/main.cr @@ -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 }