aspect-cli icon indicating copy to clipboard operation
aspect-cli copied to clipboard

[Bug]: Flag parsing depends on order

Open alexeagle opened this issue 1 year ago • 0 comments

What happened?

bazel cquery platformweb/design-system/next-preamp/docs/routes/icons --output=starlark --starlark:expr 'providers(target)'
ERROR: Error while parsing 'providers(target)': syntax error at '( target )'
WARNING: BES was not properly closed
INFO: Build Event Protocol files produced successfully.

but if you change the order it works

$ bazel cquery --output=starlark --starlark:expr 'providers(target)' platformweb/design-system/next-preamp/docs/routes/icons

Version

HEAD

How to reproduce

No response

Any other information?

No response

Fund our work

  • [ ] Sponsor our open source work by donating a bug bounty

alexeagle avatar Nov 30 '22 22:11 alexeagle