AK
Spec.option_parser.parse(ARGV)
Size: a a a
AK
AK
АК
AK
AK
opts.unknown_args do |args|
end
АК
AK
AK
# This file is included in the compiler to add usage instructions for the
# spec runner on `crystal spec --help`.
G
AK
AK
АК
module Spec
class_property option_parser : OptionParser = begin
OptionParser.new do |opts|
opts.on("-c", "--count", "Print amount of available specs") {
puts "Oneshot spec amount : blabla"
}
end
end
end
AK
АК
HH
TF
TF
DV
I