Library that provides a bash-like command line interface for C++ programs.
Find a file
2016-03-18 18:48:16 +01:00
msh-console-library Moved snippet in msh-console-snippet repository. All the code in the library is in the namespace mshconsole. Added CommandExecutor::exit() for exiting from the 2016-03-18 18:48:16 +01:00
.gitignore Moved snippet in msh-console-snippet repository. All the code in the library is in the namespace mshconsole. Added CommandExecutor::exit() for exiting from the 2016-03-18 18:48:16 +01:00
license.md Created license.md licensing with the unlicense 2016-03-13 21:03:36 +01:00
README.md Create readme.md 2016-03-11 16:20:26 +01:00

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/)