Is there an easy way to get Python CLI command suggestions when the user misspells something?
I’m making a large command line tool with Typer (a wrapper on Click), and I was wondering how to provide a little help blurb when a user uses an invalid command, something like so: