Developers Like to Use Shell - Here's Why
Too Long; Didn't Read
The command line interface (CLI) allows you to type just commands and their options. Most of the output is just text as well. This makes it effortless to produce a lot of complicated output, and the user can quickly scan it to get the information they need. The safe, performant bet is to use text only.