Setup cli routing & other cleanup.
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
|
||||
#include "internal/vase/vase.h"
|
||||
#include "pch.h"
|
||||
|
||||
namespace crib::commands::ed {
|
||||
std::string summary();
|
||||
void help();
|
||||
void run(int argc, char *argv[]);
|
||||
} // namespace crib::commands::ed
|
||||
|
||||
Reference in New Issue
Block a user