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
Changes made in #503 introduced a call to lib.cli.toGNUCommandLineShell but it does not call mkOption on names so they are without dashes. I have reproduced the issue with expression
.
Here goodOptions evaluates to '--format' 'errfmt' '--ignore' 'hardware-config.nix' and badOptions to 'format' 'errfmt' 'ignore' 'hardware-config.nix'.
The text was updated successfully, but these errors were encountered:
adomixaszvers
changed the title
Options passed to statix are missing dashes
Option names passed to statix are missing dashes
Oct 11, 2024
Changes made in #503 introduced a call to
lib.cli.toGNUCommandLineShell
but it does not callmkOption
onname
s so they are without dashes. I have reproduced the issue with expression.
Here
goodOptions
evaluates to'--format' 'errfmt' '--ignore' 'hardware-config.nix'
andbadOptions
to'format' 'errfmt' 'ignore' 'hardware-config.nix'
.The text was updated successfully, but these errors were encountered: