Click here to Skip to main content
15,891,033 members
Articles / General Programming / Usability

A Command Line Interface (CLI) Framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
9 Mar 2022GPL319 min read 36.4K   811   39  
Automating help, validating user input, running scripts...
This article describes a C++ framework for defining, parsing, and executing commands entered from the console or another stream. It covers the framework's capabilities, provides examples of its use, and discusses how to implement a command.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
United States United States
Author of Robust Services Core (GitHub) and Robust Communications Software (Wiley). Formerly Chief Software Architect of the core network servers that handle the calls in AT&T's wireless network.

Comments and Discussions