Unverified Commit 073979a5 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Remove unused deprecated autoroll mirror-remote flag (#142738)

Flag removed in recipe https://flutter-review.googlesource.com/c/recipes/+/46722
parent fdf05c90
...@@ -39,11 +39,6 @@ Future<void> run( ...@@ -39,11 +39,6 @@ Future<void> run(
help: 'Path to GitHub CLI client. If not provided, it is assumed `gh` is ' help: 'Path to GitHub CLI client. If not provided, it is assumed `gh` is '
'present on the PATH.', '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( parser.addOption(
kUpstreamRemote, kUpstreamRemote,
help: 'The upstream git remote that the feature branch will be merged to.', help: 'The upstream git remote that the feature branch will be merged to.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment