Parser doesn't handle less's (and probably vim's?) "plus" arguments
Author: ELLIOTTCABLECreated Nov 8, 2023Updated Nov 8, 2023
This example behaves poorly:
less +F -S --follow-name some_log_file.loghttps://explainshell.com/explain?cmd=less+%2BF+-S+--follow-name+some_log_file.log
I didn't have time to check, but iirc vi/vim/neovim have a similar "run command at startup with +flag type of thingie, which I will assume has a similar failure-mode. )=
Source: idank/explainshell