removed need for dummy file (and therefore removed dummy file)

This commit is contained in:
Nicholas O'Connor 2017-03-24 17:30:49 -07:00
parent 55787584e2
commit 20844ae72b
3 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
// dummy file

View File

@ -52,6 +52,10 @@ int main(int argc, char* argv[]) {
cmdparse.parse(argc, argv); cmdparse.parse(argc, argv);
// hardcoded because it's special
for (auto item : commands::core_commands()) {
commands::command_map[item.first] = item.second;
}
/*[[[cog /*[[[cog
import cog import cog

View File

@ -1,3 +1,2 @@
core
bottles bottles
launch launch