-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Problem
I've been running the Python pls for a long time; it's intallation is automated across all of my systems. I was reading the documentation today and discovered some features didn't work on my installed version. This led to quite a bit of confusion when I realized this pls is written in rust. I thought perhaps the Python version was a separate project from a different developer. It was only after searching GitHub issues and discussions that I discovered the rewrite a couple years ago.
Description
Some sort of warning/announcement mesage in the Python version directing the user to check out the new rust version might have cleared things up. This could possibly be in the --help or --version output if you didn't want it to be displayed during normal use.
Alternatives
Maybe a note in the current documentation for users who arrive there confused?
Thanks again for pls!