Setup routing.

This commit is contained in:
2026-08-07 14:21:44 +01:00
parent fdb67b449d
commit 717c048d6f
7 changed files with 74 additions and 22 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
namespace crib::commands::ed {
std::string summary();
void help();
void run(int argc, char *argv[]);
void run(std::vector<std::string>);
} // namespace crib::commands::ed