Skip to content

Commit

Permalink
its okay for this method
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 3, 2024
1 parent fbe3672 commit 9ca065a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/launchy/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def initialize
@options = {}
end

# rubocop:disable Metrics/MethodLength
def parser
@parser ||= OptionParser.new do |op|
op.banner = "Usage: launchy [options] thing-to-launch"
Expand Down Expand Up @@ -54,6 +55,7 @@ def parser

end
end
# rubocop:enable Metrics/MethodLength

def parse(argv, env)
parser.parse!(argv)
Expand Down

0 comments on commit 9ca065a

Please sign in to comment.