Skip to content

Commit

Permalink
Remove unused CLI argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Sep 10, 2024
1 parent 8df600d commit 2e53a64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/solid_queue/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class Cli < Thor
desc: "Path to recurring schedule definition",
banner: "SOLID_QUEUE_RECURRING_SCHEDULE"

class_option :work_only, type: :boolean, default: false
class_option :skip_recurring, type: :boolean, default: false

def self.exit_on_failure?
Expand Down

0 comments on commit 2e53a64

Please sign in to comment.