You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a config file option to specify what platforms should be used for looking up pages. It should take the same values as the --platform CLI argument. The precedence rules should be
If --platform passed, use these values
Otherwise, if config file specifies platforms, use these values
Otherwise, use PlatformType::current()
The handling of the common platform should (for now) not be changed. We can work out these details when tackling #323.
The text was updated successfully, but these errors were encountered:
There should be a config file option to specify what platforms should be used for looking up pages. It should take the same values as the
--platform
CLI argument. The precedence rules should be--platform
passed, use these valuesPlatformType::current()
The handling of the
common
platform should (for now) not be changed. We can work out these details when tackling #323.The text was updated successfully, but these errors were encountered: