issues
search
shorebirdtech
/
shorebird
Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
2.31k
stars
140
forks
source link
fix(shorebird_cli): forwarded arguments should exclude platform
#2077
Closed
felangel
closed
5 months ago
felangel
commented
5 months ago
Description
fix(shorebird_cli): forwarded arguments should exclude platform
fixes bug introduced by fix: #2074 (since platform was being passed via
argResults.rest
to the underlying Flutter processes.
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[X] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
[ ] ๐งน Code refactor
[ ] โ Build configuration change
[ ] ๐ Documentation
[ ] ๐๏ธ Chore
[ ] ๐งช Tests
Description
argResults.rest
to the underlying Flutter processes.Type of Change