BEEP-8 Helper Lib 1.0.0
|
This module provides a simple command line interface (CLI) for running specific commands within a program. More...
#include <memory>
#include <stdio.h>
#include <cobj.h>
#include <cstr.h>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | CShellCmd |
class | CShellObj |
This module provides a simple command line interface (CLI) for running specific commands within a program.
The shell
module allows users to execute commands in a CLI environment, useful for debugging and tool development. Users can register new commands, execute them, display help for commands, maintain a history of commands, and run shell scripts.
This module is designed for use in tool and debug environments. It is not intended for use in actual games, as there is no serial console in such scenarios. The primary purpose of this module is for debugging, and its usage is optional.
Example usage: