Skip to content

Commit

Permalink
No need to include CommandKit::Terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 25, 2024
1 parent 379a7d6 commit 2c95b7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ronin/web/cli/commands/diff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
require 'ronin/web/cli/command'
require 'ronin/support/network/http'

require 'command_kit/terminal'
require 'nokogiri/diff'

module Ronin
Expand All @@ -47,8 +46,6 @@ module Commands
#
class Diff < Command

include CommandKit::Terminal

usage '[options] {URL | FILE} {URL | FILE}'

argument :page1, required: true,
Expand Down

0 comments on commit 2c95b7e

Please sign in to comment.