Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 559 Bytes

cmd3

A minimalistic CLI shell.

Build Status Coverage Status

Features

Supports a modular, on the fly, command tree structure, with basic command line functionality, like instruction history.

Usage

Please review src/example.c

A common usage is to have a client side console, connecting to a server thread through a socket.