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
It being in camel case is inconsistent with others like format-options, world-parameters and require-module which are kebab-case.
This is not just aesthetic, as it means if you are using something like dargs to create profile strings on the fly, you can't rely on a consistent rule.
Suggest we change it to --retry-tag-filter - we could potentially keep the camel cased one as an alias for one major release cycle and make it output a warning for now? cc @charlierudolph
The text was updated successfully, but these errors were encountered:
To specify a tag filter for retry:
It being in camel case is inconsistent with others like
format-options
,world-parameters
andrequire-module
which are kebab-case.This is not just aesthetic, as it means if you are using something like dargs to create profile strings on the fly, you can't rely on a consistent rule.
Suggest we change it to
--retry-tag-filter
- we could potentially keep the camel cased one as an alias for one major release cycle and make it output a warning for now? cc @charlierudolphThe text was updated successfully, but these errors were encountered: