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.
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.