Library that provides a bash-like command line interface for C++ programs.
|
||
---|---|---|
msh-console-library | ||
snippet | ||
.gitignore | ||
CMakeLists.txt | ||
cmds.cpp | ||
cmds.h | ||
command.cpp | ||
command.h | ||
commandexecutor.cpp | ||
commandexecutor.h | ||
commands.cpp | ||
license.md | ||
main.cpp | ||
Msh.pro | ||
README.md | ||
shell.cpp | ||
shell.h |
msh-console
Library that provides a bash-like interface for CLI C++ programs
Credits
Code based on "Write a Shell in C" - by Stephen Brennan (http://brennan.io/2015/01/16/write-a-shell-in-c/)