KSQL-specific commands are commands for setting your KSQL configuration, exiting the CLI, and so on.
./bin/ksql --helpKSQL is started by issuing the ./bin/ksql command and the KSQL statements
are run in the KSQL command line once it starts.