Skip to content

Commit

Permalink
Add description for --skip_recurring CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Sep 16, 2024
1 parent ad44cc8 commit c5b1756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/solid_queue/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class Cli < Thor
desc: "Path to recurring schedule definition",
banner: "SOLID_QUEUE_RECURRING_SCHEDULE"

class_option :skip_recurring, type: :boolean, default: false
class_option :skip_recurring, type: :boolean, default: false,
desc: "Whether to skip recurring tasks scheduling"

def self.exit_on_failure?
true
Expand Down

0 comments on commit c5b1756

Please sign in to comment.