I used to be a heavy CLI user when I was in college, after 10 years of professional experience I now prefer GUIs for most actions. For me the response you mention is automatic for every program with more than 10 CLI options. The longer the manual the easier is to just understand what to do in a GUI.
I only really prefer CLIs for two things: commands I use really often so I remember their usage and I can type the command faster than clicking the right things in GUI (e.g. "git rebase", "gh pr checkout", ...) and writing shell scripts, especially if I need to often do the same chain of actions, writing a .sh script saves a lot of time and mental energy.
For these reasons I especially love software which both has a good GUI and a good CLI, like VirtualBox for example.