Skip to content

Commit a60c694

Browse files
committed
Fix: OptionParse.parse! was removed
1 parent ddb923a commit a60c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Shards
2525
end
2626

2727
def self.run
28-
OptionParser.parse! do |opts|
28+
OptionParser.parse(ARGV) do |opts|
2929
path = Dir.current
3030

3131
opts.on("--no-color", "Disable colored output.") { self.colors = false }

0 commit comments

Comments
 (0)