|
MASA-Core
|
#include "MasaNetCLI.hpp"#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <readline/readline.h>#include <readline/history.h>Go to the source code of this file.
Defines | |
| #define | DEFAULT_PROMPT "masa-cli# " |
| #define | WELLCOME_MESSAGE "\n\This is the \033[1mMASA\033[0m Command Line Interface (masa-cli).\n\Type \"help\" or ? for further assistance\n\\n" |
| #define | READLINE_NAME "masa" |
Functions | |
| int | main (int argc, char **argv) |
| #define DEFAULT_PROMPT "masa-cli# " |
Definition at line 34 of file MasaNetCLI.cpp.
| #define READLINE_NAME "masa" |
Definition at line 45 of file MasaNetCLI.cpp.
| #define WELLCOME_MESSAGE "\n\This is the \033[1mMASA\033[0m Command Line Interface (masa-cli).\n\Type \"help\" or ? for further assistance\n\\n" |
Definition at line 37 of file MasaNetCLI.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 446 of file MasaNetCLI.cpp.
1.7.6.1