Setup cli routing & other cleanup.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "pch.h"
|
||||
|
||||
namespace crib::cli {
|
||||
extern bool use_colors;
|
||||
void help();
|
||||
int run(int argc, char *argv[]);
|
||||
} // namespace crib::cli
|
||||
Reference in New Issue
Block a user