Skip to content

Commit c5b1756

Browse files
committed
Add description for --skip_recurring CLI option
1 parent ad44cc8 commit c5b1756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/solid_queue/cli.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class Cli < Thor
1414
desc: "Path to recurring schedule definition",
1515
banner: "SOLID_QUEUE_RECURRING_SCHEDULE"
1616

17-
class_option :skip_recurring, type: :boolean, default: false
17+
class_option :skip_recurring, type: :boolean, default: false,
18+
desc: "Whether to skip recurring tasks scheduling"
1819

1920
def self.exit_on_failure?
2021
true

0 commit comments

Comments
 (0)