mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove --pattern option
This can be handled by calling `crystal spec`.
This commit is contained in:
parent
3787d4fc28
commit
b2ab579d8a
1 changed files with 0 additions and 8 deletions
|
@ -84,7 +84,6 @@ module Spectator
|
|||
example_option(parser, builder)
|
||||
line_option(parser, builder)
|
||||
location_option(parser, builder)
|
||||
pattern_option(parser, builder)
|
||||
end
|
||||
|
||||
# Adds the example filter option to the parser.
|
||||
|
@ -108,13 +107,6 @@ module Spectator
|
|||
end
|
||||
end
|
||||
|
||||
# Adds the pattern filter option to the parser.
|
||||
private def pattern_option(parser, builder)
|
||||
parser.on("--pattern GLOB", "Filter which files are run by using a glob pattern") do |glob|
|
||||
raise NotImplementedError.new("--pattern")
|
||||
end
|
||||
end
|
||||
|
||||
# Adds options to the parser for changing output.
|
||||
private def output_parser_options(parser, builder)
|
||||
verbose_option(parser, builder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue