Rename ed to BEd

This commit is contained in:
2026-08-10 18:15:55 +01:00
parent 31a43e17bb
commit e2a79c60d9
9 changed files with 87 additions and 86 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
#include "cli.h"
#include "commands/ed/ed.h"
#include "commands/bed/bed.h"
namespace crib::cli {
static const std::unordered_map<std::string, Command> commands = {
{"ed",
{crib::commands::ed::run,
crib::commands::ed::summary,
crib::commands::ed::help}},
{"bed",
{crib::commands::bed::run,
crib::commands::bed::summary,
crib::commands::bed::help}},
};
bool use_color() {