lib/danger/commands/local.rb in danger-5.5.5 vs lib/danger/commands/local.rb in danger-5.5.6
- old
+ new
@@ -6,10 +6,10 @@
require "octokit"
require "tmpdir"
module Danger
class Local < Runner
- self.summary = "Run the Dangerfile locally."
+ self.summary = "Run the Dangerfile locally. This command is generally deprecated in favor of `danger pr`."
self.command = "local"
def self.options
[
["--use-merged-pr=[#id]", "The ID of an already merged PR inside your history to use as a reference for the local run."],