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
@@ -5,7 +5,7 @@ std::string summary() {
return "A POSIX-compliant line editor.";
}
void help() {}
void run(int, char *[]) {
void run(std::vector<std::string> args) {
return;
}
} // namespace crib::commands::ed