Table of Contents

About

A command line interpreter is a interpreter that executes commands

A command line interpreter is also known as:

  • command line interface (CLI)
  • REPL console
  • console application (see console)

A cli is started from a terminal

Execution Mode

Console

Generally, if a Cli is started:

Parser

Documentation / Reference