pytest documentation mentions that pytest_cmdline_preparse hook will be deprecated.
Reference:
https://docs.pytest.org/en/latest/writing_plugins.html#_pytest.hookspec.pytest_cmdline_preparse
Question
What is the alternative to this hook moving forward?