📄 command.h
字号:
#include <string>
#include <iostream>
#include <strstream>
#include <map>
#include <fstream>
using namespace std;
bool projectCommand( const string& cmd );// manage project.
bool execCommand ( const string& cmd ); // executing command.
bool helpCommand ( const string& cmd ); // display help message about the command.
bool findCommand( const string& cmd ); // query customer.
bool backupCommand( ); // backup datebase file.
bool backupCommand( const string& cmd ); // backup database file.
bool customerCommand( const string& cmd ); // manage customers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -