File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ program
169
169
. command ( 'backport [pr]' , 'Assists with manual backport processes' )
170
170
. command ( 'show <subcommand>' , 'Show info about the current build config' )
171
171
. command ( 'test [specRunnerArgs...]' , `Run Electron's spec runner` )
172
- . command ( 'pr [options ]' , 'Open a GitHub URL where you can PR your changes' )
172
+ . command ( 'pr [subcommand ]' , 'Open a GitHub URL where you can PR your changes' )
173
173
. command ( 'patches <target>' , 'Refresh the patches in $root/src/electron/patches/$target' )
174
174
. command ( 'open <sha1|PR#>' , 'Open a GitHub URL for the given commit hash / pull # / issue #' )
175
175
. command ( 'auto-update' , 'Check for build-tools updates or enable/disable automatic updates' )
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ function pullRequestSource(source) {
138
138
}
139
139
140
140
program
141
- . command ( 'open' )
141
+ . command ( 'open' , null , { isDefault : true } )
142
142
. description ( 'Open a GitHub URL where you can PR your changes' )
143
143
. option ( '-s, --source [source_branch]' , 'Where the changes are coming from' )
144
144
. option ( '-t, --target [target_branch]' , 'Where the changes are going to' )
You can’t perform that action at this time.
0 commit comments