Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/src/beginer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# A Beginner Guide for CLIs

The command-line interface (CLI) is the oldest form of user interface
in the history of computers since monitors were invented.

It reads a command from the terminal, execute the command
and print out the results or logs. This is similar to Read-Eval-Repeat-Loop (REPL)
of the Julia language, but is supported by the system and
is general to any language.

## The Shell

## An executable in shell