forked from xxq250/Nasal-Interpreter
✨ beautiful unicode output info
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
namespace nasal::cli {
|
||||
|
||||
@@ -67,4 +68,6 @@ const std::unordered_map<std::string, option> cli_options = {
|
||||
|
||||
cli_config parse(const std::vector<std::string>&);
|
||||
|
||||
std::ostream& help(std::ostream&);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user