Setup cli routing & other cleanup.

This commit is contained in:
2026-08-06 23:21:38 +01:00
parent 04a27b30aa
commit fdb67b449d
9 changed files with 135 additions and 28 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "commands/ed/ed.h"
namespace crib::commands::ed {
std::string summary() {
return "A POSIX-compliant line editor.";
}
void help() {}
void run(int, char *[]) {
return;
}
} // namespace crib::commands::ed