removed need for dummy file (and therefore removed dummy file)
This commit is contained in:
parent
55787584e2
commit
20844ae72b
@ -1 +0,0 @@
|
||||
// dummy file
|
@ -52,6 +52,10 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
cmdparse.parse(argc, argv);
|
||||
|
||||
// hardcoded because it's special
|
||||
for (auto item : commands::core_commands()) {
|
||||
commands::command_map[item.first] = item.second;
|
||||
}
|
||||
/*[[[cog
|
||||
import cog
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
core
|
||||
bottles
|
||||
launch
|
||||
|
Loading…
Reference in New Issue
Block a user