79834465

Date: 2025-12-01 08:06:50
Score: 1
Natty:
Report link

My problem was caused by adding the debug feature. When I changed the clap dependency from
clap = { version = "4.5.32", features = ["debug", "derive"] }
to
clap = { version = "4.5.32", features = ["derive"] }

those above-mentioned logs no longer appeared.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jade