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
/Users/ocarmi/.local/share/uv/tools/rich-cli/lib/python3.13/site-packages/click/core.py:1186: UserWarning: The parameter -j is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)
SOME_RANDOM_TEXT
UserWarning is displayed when using rich-cli:
Seems that both
--json
and--emoji
flag use the same-j
shorthand which now raises a warning due topallets/click#2396 which is a part of https://github.com/pallets/click/releases/tag/8.2.0
For anyone interested, as a workaround, Im using this invocation:
The text was updated successfully, but these errors were encountered: