| 661 | |
| 662 | |
| 663 | void SingleCommand::SetAliasCommand(const std::string &alias, |
| 664 | const std::string &remark) |
| 665 | { |
| 666 | alias_cmd = alias; |
| 667 | alias_remark = remark; |
| 668 | } |
| 669 | |
| 670 | |
| 671 | const std::string SingleCommand::GetAliasCommand() const |
no outgoing calls
no test coverage detected