Remove unused deprecated autoroll mirror-remote flag (#142738)
Flag removed in recipe https://flutter-review.googlesource.com/c/recipes/+/46722
This commit is contained in:
parent
fdf05c90bf
commit
073979a5b2
@ -39,11 +39,6 @@ Future<void> run(
|
||||
help: 'Path to GitHub CLI client. If not provided, it is assumed `gh` is '
|
||||
'present on the PATH.',
|
||||
);
|
||||
// TODO(fujino): delete after recipe has been migrated to stop passing this
|
||||
parser.addOption(
|
||||
'mirror-remote',
|
||||
help: '(Deprecated) this is now a no-op. To change the account, edit this tool.',
|
||||
);
|
||||
parser.addOption(
|
||||
kUpstreamRemote,
|
||||
help: 'The upstream git remote that the feature branch will be merged to.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user