Skip to content

Commit

Permalink
Merged by Peril
Browse files Browse the repository at this point in the history
Move base to danger local
  • Loading branch information
peril-staging[bot] authored Oct 20, 2019
2 parents 692863e + f8d65d4 commit fa06c0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions source/commands/danger-local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ program
// TODO: this option
// .option("-s, --staging", "Just use staged changes.")
.description("Runs danger without PR metadata, useful for git hooks.")
.option("-b, --base [branch_name]", "Use a different base branch")
setSharedArgs(program).parse(process.argv)

const app = (program as any) as App
Expand Down
1 change: 0 additions & 1 deletion source/commands/utils/sharedDangerfileArgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default (command: any) =>
"Specify a custom dangerfile path, remote urls only work with github"
)
.option("-i, --id [danger_id]", "Specify a unique Danger ID for the Danger run")
.option("-b, --base [branch_name]", "Use a different base branch")
.option("-c, --external-ci-provider [modulePath]", "Specify custom CI provider")
.option("-p, --process [command]", "[dev] Runs a custom sub-process instead of the Danger JS runtime")
.option("-u, --passURLForDSL", "[dev] Use a custom URL to send the Danger DSL into the sub-process")
Expand Down

0 comments on commit fa06c0f

Please sign in to comment.