rules_pycross icon indicating copy to clipboard operation
rules_pycross copied to clipboard

Bug with `default` group attr?

Open njlr opened this issue 11 months ago • 0 comments

The argument given to the translator tool is --default:

https://github.com/jvolkman/rules_pycross/blob/2bff7545cf0a94e66039ab6afd44f1c84d7a998c/pycross/private/pdm_lock_model.bzl#L15

But the argument parser accepts --default-group:

https://github.com/jvolkman/rules_pycross/blob/2bff7545cf0a94e66039ab6afd44f1c84d7a998c/pycross/private/tools/pdm_translator.py#L346-L350

njlr avatar Jan 06 '25 12:01 njlr