rules_pycross
rules_pycross copied to clipboard
Bug with `default` group attr?
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