79433698

Date: 2025-02-12 16:04:21
Score: 0.5
Natty:
Report link

There is a closed issue in the click repo about this.

A possible workaround is to run your command in subprocess with shell=True and use shell redirection instead. For example

subprocess.run(["echo hello world >&2"], shell=True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samuel Rivas