toot icon indicating copy to clipboard operation
toot copied to clipboard

Add suggestions for misspelled commands

Open ffaf1 opened this issue 2 years ago • 0 comments

To reproduce:

  • type toot notfications (notice misspelling)

What happens:

  • Unknown command 'notfications'
    Run toot --help to show a list of available commands.
    

What I would like to see:

  • Unknown command 'notfications'
    Maybe you meant `notifications`?
    Run toot --help to show a list of available commands.
    

It would also be useful for #401.

ffaf1 avatar Dec 03 '23 15:12 ffaf1