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