I'm, just like many other people using GitHub Desktop (or Git Kraken or Git Extension, but I dont like this one)
when I'm working in GUI environment, that's proof that it is possible.
The problem with creating 3rd party tool that's CLI wrapper is that you cannot rely on it being installed on the system.
That's why such solutions usually fail - because you risk relying on stuff that may not get traction and you'd be better sticking to "official" syntax in long run.
Other GUIs, like the ones embedded in VisualStudio, VSCode or Rider, try to sell skipping some cognitive steps for some operations as simplifying or speeding up dev flow. I find they are just offering extra (beyond what git itself offers) ways of shooting yourself in the foot.