移除不必要的换行
This commit is contained in:
@@ -151,7 +151,6 @@ namespace ling {
|
||||
std::string Order::generateHelp(const std::string &title) const {
|
||||
std::stringstream stream;
|
||||
stream << title << std::endl;
|
||||
std::cout << std::endl;
|
||||
for (const auto &in: helpData) {
|
||||
std::stringstream temp;
|
||||
//即使参数有多个选项,也只输出前两个
|
||||
|
||||
Reference in New Issue
Block a user