Setup cli routing & other cleanup.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user